BCExtensionCommandItemGetEnabled Method |
Returns a value indicating whether the menu item can respond to user interaction.
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax protected virtual bool GetEnabled()
Protected Overridable Function GetEnabled As Boolean
protected:
virtual bool GetEnabled()
abstract GetEnabled : unit -> bool
override GetEnabled : unit -> bool
Return Value
Type:
BooleanA value indicating whether the menu item can respond to user interaction.
See Also