BCGControlBar Library for .NET
Resize(Rectangle,Rectangle,Int32,Int32) Method




Syntax
'Declaration
 
Public Overloads Sub Resize( _
   ByVal rectOld As Rectangle, _
   ByVal rectNew As Rectangle, _
   ByVal startCell As Integer, _
   ByVal endCell As Integer _
) 
'Usage
 
Dim instance As DockTable
Dim rectOld As Rectangle
Dim rectNew As Rectangle
Dim startCell As Integer
Dim endCell As Integer
 
instance.Resize(rectOld, rectNew, startCell, endCell)
public void Resize( 
   Rectangle rectOld,
   Rectangle rectNew,
   int startCell,
   int endCell
)
public: void Resize( 
   Rectangle rectOld,
   Rectangle rectNew,
   int startCell,
   int endCell
) 
public:
void Resize( 
   Rectangle rectOld,
   Rectangle rectNew,
   int startCell,
   int endCell
) 

Parameters

rectOld
rectNew
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
Overload List

Send Feedback