ICheckableMenuCommandIsChecked Method |
Determines whether the command is checked for the specified parameter.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool IsChecked(
Object parameter
)
Parameters
- parameter Object
- The command parameter.
Return Value
Boolean if the command is checked; otherwise,
.
See Also