Click or drag to resize

AbstractTextControllerCommandExecute Method

Determines the currently active worksheet and issues the command to that text document controller by calling Run with the text document controller as a parameter.

Namespace: Altaxo.Main.MenuCommands.Text
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Execute(
	Object parameter
)

Parameters

parameter  Object

[Missing <param name="parameter"/> documentation for "M:Altaxo.Main.MenuCommands.Text.AbstractTextControllerCommand.Execute(System.Object)"]

Implements

ICommandExecute(Object)
See Also