Window2.AutoHides 属性

定义

获取或设置是否可以隐藏工具窗口。

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

属性值

Boolean

true 如果可以隐藏工具窗口,则为; 否则为。否则为 false

实现

属性

示例

AutoHides 需要工具窗口。

注解

AutoHides 如果窗口为窗口,则生成错误 Document

适用于