BCGControlBar Library for .NET
ResizeSubTable Method




Changes the boundaries of the  the specified DockTable.
Syntax
'Declaration
 
Public Sub ResizeSubTable( _
   ByVal subTable As DockTable, _
   ByVal idxStartCell As Integer, _
   ByVal idxEndCell As Integer, _
   ByVal offset As Integer, _
   ByVal side As DockStyle _
) 
'Usage
 
Dim instance As DockingContainer
Dim subTable As DockTable
Dim idxStartCell As Integer
Dim idxEndCell As Integer
Dim offset As Integer
Dim side As DockStyle
 
instance.ResizeSubTable(subTable, idxStartCell, idxEndCell, offset, side)
public void ResizeSubTable( 
   DockTable subTable,
   int idxStartCell,
   int idxEndCell,
   int offset,
   DockStyle side
)
public: void ResizeSubTable( 
   DockTable* subTable,
   int idxStartCell,
   int idxEndCell,
   int offset,
   DockStyle side
) 
public:
void ResizeSubTable( 
   DockTable^ subTable,
   int idxStartCell,
   int idxEndCell,
   int offset,
   DockStyle side
) 

Parameters

subTable
idxStartCell
idxEndCell
offset
side
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