BCGControlBar Library for .NET
ResizeContainer Method




The new boundaries of the container.
Specifies if the size of the splitter will be taken into consideration on recalculation the new size of the container.
Changes the boundaries of the DockContainer to the specified new rectangle.
Syntax
'Declaration
 
Public Sub ResizeContainer( _
   ByVal rectNew As Rectangle, _
   ByVal withDefaultSplitter As Boolean _
) 
'Usage
 
Dim instance As DockingContainer
Dim rectNew As Rectangle
Dim withDefaultSplitter As Boolean
 
instance.ResizeContainer(rectNew, withDefaultSplitter)
public void ResizeContainer( 
   Rectangle rectNew,
   bool withDefaultSplitter
)
public: void ResizeContainer( 
   Rectangle rectNew,
   bool withDefaultSplitter
) 
public:
void ResizeContainer( 
   Rectangle rectNew,
   bool withDefaultSplitter
) 

Parameters

rectNew
The new boundaries of the container.
withDefaultSplitter
Specifies if the size of the splitter will be taken into consideration on recalculation the new size of the container.
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