AbstractTextControllerCommandRun Method |
Override this function to implement custom text document commands.
Namespace: Altaxo.Main.MenuCommands.TextAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic abstract void Run(
TextDocumentController ctrl
)
Parameters
- ctrl TextDocumentController
- The text document controller this command is applied to.
See Also