Gets or sets whether this ribbon command button is enabled.
.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 if enabled, false if not