BCGControlBar Library for .NET
DockingPaneState Enumeration




Specifies the current state  of the docking pane.  The variable of this type is returned in DockingPane class in the property PaneState and  the method GetRestoredPaneState.

Syntax
'Declaration
 
Public Enum DockingPaneState 
   Inherits System.Enum
'Usage
 
Dim instance As DockingPaneState
public enum DockingPaneState : System.Enum 
__value public enum DockingPaneState : public System.Enum 
public enum class DockingPaneState : public System.Enum 
Members
MemberDescription
DockableSpecifies that the docking pane is in dockable mode.
Floating

Specifies that the docking pane is in floating mode.

TabbedDocument

Specifies that the docking pane is docked as a tabbed document.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.ControlBars.DockingPaneState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BCGSoft.ControlBars Namespace

Send Feedback