BCGControlBar Library for .NET
SplitterHolder Constructor




A splitter to be hold by the splitter control.
A dockTable related to the splitter.
Specified an index for dock table after which current splitter should be added.
Initializes a new instance of the SplitterHolder class.
Syntax
'Declaration
 
Public Function New( _
   ByVal splitter As SplitterControl, _
   ByVal dockTable As DockTable, _
   ByVal idxInsertAfter As Integer, _
   ByVal recent As Boolean _
)
'Usage
 
Dim splitter As SplitterControl
Dim dockTable As DockTable
Dim idxInsertAfter As Integer
Dim recent As Boolean
 
Dim instance As New SplitterHolder(splitter, dockTable, idxInsertAfter, recent)
public SplitterHolder( 
   SplitterControl splitter,
   DockTable dockTable,
   int idxInsertAfter,
   bool recent
)
public: SplitterHolder( 
   SplitterControl* splitter,
   DockTable* dockTable,
   int idxInsertAfter,
   bool recent
)
public:
SplitterHolder( 
   SplitterControl^ splitter,
   DockTable^ dockTable,
   int idxInsertAfter,
   bool recent
)

Parameters

splitter
A splitter to be hold by the splitter control.
dockTable
A dockTable related to the splitter.
idxInsertAfter
Specified an index for dock table after which current splitter should be added.
recent
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

SplitterHolder Class
SplitterHolder Members

Send Feedback