Gets or sets whether this ribbon command button is enabled.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Enabled2 As System.Boolean |
C# | |
---|
System.bool Enabled2 {get; set;} |
JavaScript | |
---|
Enabled2 : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Enabled2(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool Enabled2 { bool* Val
)
DSRESULTput_Enabled2(
bool NewVal
} |
Property Value
True if enabled, false if not