Click or drag to resize

AbstractTextControllerCommandRun Method

Override this function for adding own text document controller commands. You will get the text document controller in the parameter.

Namespace: Altaxo.Main.MenuCommands.Text
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract void Run(
	TextDocumentController ctrl
)

Parameters

ctrl  TextDocumentController
The text document controller this command is applied to.
See Also