Window.AutoHides Property

Definition

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.

Applies to