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.TextAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract void Run(
TextDocumentController ctrl
)
Parameters
- ctrl TextDocumentController
- The text document controller this command is applied to.
See Also