BCGControlBar Library for .NET
DockingStyle Enumeration




Specifies the runtime indicators of the docking pane.
Syntax
'Declaration
 
Public Enum DockingStyle 
   Inherits System.Enum
'Usage
 
Dim instance As DockingStyle
public enum DockingStyle : System.Enum 
__value public enum DockingStyle : public System.Enum 
public enum class DockingStyle : public System.Enum 
Members
MemberDescription
ImmediateThe indicators represents blue fill rectangle on docking.
Regular

The indicators represents grey frame on tracking and docking. Such indicators you can see in VS.2003 and earlier.

SmartThe docking pane on tracking has smart docking markers. Such indicators you can see in VS 2005.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.ControlBars.DockingStyle

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