Gets or sets whether to enable the Close button.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EnabledCloseButton As System.Boolean |
C# | |
---|
System.bool EnabledCloseButton {get; set;} |
JavaScript | |
---|
get_EnabledCloseButton () : Boolean
put_EnabledCloseButton (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_EnabledCloseButton(
VARIANT_BOOL* Val
)
HRESULT put_EnabledCloseButton(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_EnabledCloseButton (
bool* Val
)
DSRESULT put_EnabledCloseButton(
bool NewVal
) |
Property Value
True to enable the Close button, false to not
See Also
Availability
DraftSight 2020 SP3