Click or drag to resize

ShowOutlineIsChecked Method

Determines whether the command is checked for the specified parameter.

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

Parameters

parameter  Object
The command parameter.

Return Value

Boolean
if the command is checked; otherwise, .

Implements

ICheckableMenuCommandIsChecked(Object)
See Also