Window.AutoHides Özellik

Tanım

Araç penceresinin gizli olup olmayacağını alır veya ayarlar.

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

Özellik Değeri

Boolean

true araç penceresi gizlenebiliyorsanız; Aksi takdirde, false .

Öznitelikler

Açıklamalar

AutoHides pencere bir pencere ise hata üretir Document .

Şunlara uygulanır