Click or drag to resize

ICheckableMenuCommandIsChecked Method

Determines whether the command is checked for the specified parameter.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
bool IsChecked(
	Object parameter
)

Parameters

parameter  Object
The command parameter.

Return Value

Boolean
if the command is checked; otherwise, .
See Also