Click or drag to resize

AbstractTextControllerCommandCanExecute Method

Determines if the command can be executed.

Namespace: Altaxo.Main.MenuCommands.Text
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 TextDocumentController.

Implements

ICommandCanExecute(Object)
See Also