BCGControlBar Library for .NET
GetMinSize Method




Called by the framework on setting minimum available size of the SplitContainerCell
Syntax
'Declaration
 
Public Function GetMinSize() As Size
'Usage
 
Dim instance As SplitContainerCell
Dim value As Size
 
value = instance.GetMinSize()
public Size GetMinSize()
public: Size GetMinSize(); 
public:
Size GetMinSize(); 
Remarks
The minimum size of the cell is equal the sum of its border width, padding and minimum size of its internal area. The minimum size of its internal area is equal 1 to 1 pixels.
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