BCExtensionCommandGetChecked Method |
Returns a value indicating whether the menu item is in the checked state.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Design
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.41.0)
Syntaxprotected override bool GetChecked()
Protected Overrides Function GetChecked As Boolean
protected:
virtual bool GetChecked() override
abstract GetChecked : unit -> bool
override GetChecked : unit -> bool
Return Value
Type:
Boolean
A value indicating whether the menu item is in the checked state.
See Also