Click or drag to resize

AbstractTextControllerCommandExecute Method

Determines the currently active text document and issues the command to that controller by calling Run(TextDocumentController) with the text document controller as a parameter.

Namespace: Altaxo.Main.MenuCommands.Text
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void Execute(
	Object parameter
)

Parameters

parameter  Object
The command parameter that may contain the active view context.

Implements

ICommandExecute(Object)
See Also