Click or drag to resize

AbstractTextControllerCommandGetContext Method

Gets the text document controller from the command parameter or the active view content.

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

Parameters

parameter  Object
The command parameter.

Return Value

TextDocumentController
The active text document controller, or if none is available.
See Also