Wimark.Controls Class Library  

DockItem.DockState Property

Gets or sets a state that indicates whether the DockItem object is docked, auto hidden, hidden or placed in a floating tool window.

[Visual Basic]
Public Property DockState As DockState 
[C#]
public DockState DockState {get; set;}
[C++]
public: __property DockState get_DockState();
public: __property void set_DockState(DockState);

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