BCGControlBar Library for .NET
CalcExpandBoxRect Method




Bounding rectangle of cell.
Calculates bounding rectangle of expand box.
Syntax
'Declaration
 
Public Overridable Function CalcExpandBoxRect( _
   ByVal bounds As Rectangle _
) As Rectangle
'Usage
 
Dim instance As GroupCell
Dim bounds As Rectangle
Dim value As Rectangle
 
value = instance.CalcExpandBoxRect(bounds)
public virtual Rectangle CalcExpandBoxRect( 
   Rectangle bounds
)
public: virtual Rectangle CalcExpandBoxRect( 
   Rectangle bounds
) 
public:
virtual Rectangle CalcExpandBoxRect( 
   Rectangle bounds
) 

Parameters

bounds
Bounding rectangle of cell.
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

GroupCell Class
GroupCell Members

Send Feedback