Wimark.Controls Class Library  

DockItem.AllowDock Property

Gets and sets flags that indicates where a DockItem control is permitted to dock.

[Visual Basic]
Public Property AllowDock As DockableFlags 
[C#]
public DockableFlags AllowDock {get; set;}
[C++]
public: __property DockableFlags* get_AllowDock();
public: __property void set_AllowDock(DockableFlags*);

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