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 | |
---|
get_Enabled () : Boolean
put_Enabled (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_Enabled(
VARIANT_BOOL* Val
)
HRESULT put_Enabled(
VARIANT_BOOL NewVal |
Property Value
True if enabled, false if not
See Also
Availability
DraftSight 2018 SP0