Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Graph Namespaces
Altaxo.Graph.Commands
AbstractGraphControllerCommand Class
AbstractGraphControllerCommand Methods
CanExecute Method
Execute Method
Run Method
Abstract
Graph
Controller
Command
Can
Execute Method
Determines if the command can be executed.
Namespace:
Altaxo.Graph.Commands
Assembly:
AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
override
bool
CanExecute
(
Object
parameter
)
Parameters
parameter
Object
The parameter (context of the command).
Return Value
Boolean
True if either the
parameter
or the ActiveViewContent of the workbench is a
GraphController
.
Implements
ICommand
CanExecute(Object)
See Also
Reference
AbstractGraphControllerCommand Class
Altaxo.Graph.Commands Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net