AbstractTextControllerCommandGetContext Method |
Gets the text document controller from the command parameter or the active view content.
Namespace: Altaxo.Main.MenuCommands.TextAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic TextDocumentController GetContext(
Object parameter
)
Parameters
- parameter Object
- The command parameter.
Return Value
TextDocumentControllerThe active text document controller, or
if none is available.
See Also