BCGControlBar Library for .NET
CreateSplitter Method




Specifies if the created splitter will be a splitter used by default.
Specifies the DockStyle of the splitter to create.
Creates a splitter for a DockingContainer.
Syntax
'Declaration
 
Public Function CreateSplitter( _
   ByVal DefaultSplitter As Boolean, _
   ByVal style As DockStyle _
) As SplitterControl
'Usage
 
Dim instance As DockingContainer
Dim DefaultSplitter As Boolean
Dim style As DockStyle
Dim value As SplitterControl
 
value = instance.CreateSplitter(DefaultSplitter, style)
public SplitterControl CreateSplitter( 
   bool DefaultSplitter,
   DockStyle style
)
public: SplitterControl* CreateSplitter( 
   bool DefaultSplitter,
   DockStyle style
) 
public:
SplitterControl^ CreateSplitter( 
   bool DefaultSplitter,
   DockStyle style
) 

Parameters

DefaultSplitter
Specifies if the created splitter will be a splitter used by default.
style
Specifies the DockStyle of the splitter to create.
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