Window2.AutoHides 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置是否可以隐藏工具窗口。
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
属性值
true 如果可以隐藏工具窗口,则为; 否则为。否则为 false 。
实现
- 属性
示例
AutoHides 需要工具窗口。
注解
AutoHides 如果窗口为窗口,则生成错误 Document 。