Gets or sets 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: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
[DefaultValueAttribute("true")] public bool Enabled { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("true")> _ Public Property Enabled As Boolean Get Set |
Visual C++ |
---|
[DefaultValueAttribute(L"true")] public: property bool Enabled { bool get (); void set (bool value); } |