BCGControlBar Library for .NET
Resize Method (SplitContainerCell)




New boudnaries to be set.
Sets new boundaries for the SplitContainerCell.
Syntax
'Declaration
 
Public Overridable Function Resize( _
   ByVal bounds As Rectangle _
) As Rectangle
'Usage
 
Dim instance As SplitContainerCell
Dim bounds As Rectangle
Dim value As Rectangle
 
value = instance.Resize(bounds)
public virtual Rectangle Resize( 
   Rectangle bounds
)
public: virtual Rectangle Resize( 
   Rectangle bounds
) 
public:
virtual Rectangle Resize( 
   Rectangle bounds
) 

Parameters

bounds
New boudnaries to be set.
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

SplitContainerCell Class
SplitContainerCell Members

Send Feedback