Gets or sets whether to hide the docking pane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutoHide As System.Boolean |
C# | |
---|
System.bool AutoHide {get; set;} |
JavaScript | |
---|
get_AutoHide () : Boolean
put_AutoHide (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_AutoHide(
VARIANT_BOOL* Val
)
HRESULT put_AutoHide(
VARIANT_BOOL NewVal |
Property Value
True to hide the docking pane, false to not
Remarks
See Also
Availability
DraftSight 2023 SP0