BCGControlBar Library for .NET
Dock Property (DockingContainer)




Determines which docking container borders are docked to it's parent control and determines how a docking container is resized within it's parent.
Syntax
'Declaration
 
Public ReadOnly Property Dock As DockStyle
'Usage
 
Dim instance As DockingContainer
Dim value As DockStyle
 
value = instance.Dock
public DockStyle Dock {get;}
public: __property DockStyle get_Dock();
public:
property DockStyle Dock {
   DockStyle get();
}
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

DockingContainer Class
DockingContainer Members

Send Feedback