BCGControlBar Library for .NET
CalcInternalRect Method




Calculates the internal rectangle of the SplitContainerCell.
Syntax
'Declaration
 
Public Function CalcInternalRect() As Rectangle
'Usage
 
Dim instance As SplitContainerCell
Dim value As Rectangle
 
value = instance.CalcInternalRect()
public Rectangle CalcInternalRect()
public: Rectangle CalcInternalRect(); 
public:
Rectangle CalcInternalRect(); 
Remarks
The internal rectangle excludes border size and padding from the client size.
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