BCGControlBar Library for .NET
GetBarsAndSplitters Method (DockTable)




Syntax
'Declaration
 
Public Overrides Sub GetBarsAndSplitters( _
   ByVal lstBars As ArrayList, _
   ByVal lstSplitters As ArrayList, _
   ByVal startCell As Integer, _
   ByVal endCell As Integer _
) 
'Usage
 
Dim instance As DockTable
Dim lstBars As ArrayList
Dim lstSplitters As ArrayList
Dim startCell As Integer
Dim endCell As Integer
 
instance.GetBarsAndSplitters(lstBars, lstSplitters, startCell, endCell)
public override void GetBarsAndSplitters( 
   ArrayList lstBars,
   ArrayList lstSplitters,
   int startCell,
   int endCell
)
public: void GetBarsAndSplitters( 
   ArrayList* lstBars,
   ArrayList* lstSplitters,
   int startCell,
   int endCell
) override 
public:
void GetBarsAndSplitters( 
   ArrayList^ lstBars,
   ArrayList^ lstSplitters,
   int startCell,
   int endCell
) override 

Parameters

lstBars
lstSplitters
startCell
endCell
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

DockTable Class
DockTable Members
Base Implementation in GetBarsAndSplitters

Send Feedback