Wimark.Controls Class Library  

DockItem.AllowFloating Property

Gets and sets a flag that indicates whether a DockItem control can be placed in a floating tool window.

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