Gets or sets whether to enable the menu item.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Enabled As System.Boolean |
| C# | |
|---|
System.bool Enabled {get; set;} |
| JavaScript | |
|---|
Enabled : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Enabled(
VARIANT_BOOL
NewVal
)
| C++ | |
|---|
property System.bool Enabled { bool* Val
)
DSRESULTput_Enabled(
bool NewVal
} |
Property Value
True to enable the menu item, false to disable it