Wimark.Controls Class Library  

DockItem.AllowHide Property

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

[Visual Basic]
Public Property AllowHide As Boolean 
[C#]
public bool AllowHide {get; set;}
[C++]
public: __property bool get_AllowHide();
public: __property void set_AllowHide(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