Window.AutoHides Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the tool window is able to be hidden.
public:
property bool AutoHides { bool get(); void set(bool value); };
public:
property bool AutoHides { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(136)]
public bool AutoHides { [System.Runtime.InteropServices.DispId(136)] get; [System.Runtime.InteropServices.DispId(136)] set; }
[<System.Runtime.InteropServices.DispId(136)>]
[<get: System.Runtime.InteropServices.DispId(136)>]
[<set: System.Runtime.InteropServices.DispId(136)>]
member this.AutoHides : bool with get, set
Public Property AutoHides As Boolean
Property Value
true
if the tool window can be hidden; otherwise, false
.
- Attributes
Remarks
AutoHides produces an error if the window is a Document window.