BCGControlBar Library for .NET
GetBarsAndSplitters Method (BaseDockingObject)




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

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

BaseDockingObject Class
BaseDockingObject Members

Send Feedback