Click or drag to resize

AbstractGraphControllerCommandCanExecute 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#
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

ICommandCanExecute(Object)
See Also