Wimark.Controls Class Library  

DockItem.AllowAutoHide Property

Gets and sets a flag that indicates whether the auto hide button should be visible.

[Visual Basic]
Public Property AllowAutoHide As Boolean 
[C#]
public bool AllowAutoHide {get; set;}
[C++]
public: __property bool get_AllowAutoHide();
public: __property void set_AllowAutoHide(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DockItem Class | DockItem Members | Wimark.Controls Namespace