BCGControlBar Library for .NET
BuildSplitterRect Method




A SplitContainerCell to define the boundaries.
Called by the framework to define the boundaries of the specified SplitContainerCell.
Syntax
'Declaration
 
Public Function BuildSplitterRect( _
   ByVal cell As SplitContainerCell _
) As Rectangle
'Usage
 
Dim instance As SplitContainerCell
Dim cell As SplitContainerCell
Dim value As Rectangle
 
value = instance.BuildSplitterRect(cell)
public Rectangle BuildSplitterRect( 
   SplitContainerCell cell
)
public: Rectangle BuildSplitterRect( 
   SplitContainerCell* cell
) 
public:
Rectangle BuildSplitterRect( 
   SplitContainerCell^ cell
) 

Parameters

cell
A SplitContainerCell to define the boundaries.
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