BCGControlBar Library for .NET
AlignToRect Method




The rectangle to align docking container.

Specifies the inner rectangle of the docking container according to the specified  rectangle.

Syntax
'Declaration
 
Public Function AlignToRect( _
   ByVal rectBounds As Rectangle _
) As Rectangle
'Usage
 
Dim instance As DockingContainer
Dim rectBounds As Rectangle
Dim value As Rectangle
 
value = instance.AlignToRect(rectBounds)
public Rectangle AlignToRect( 
   Rectangle rectBounds
)
public: Rectangle AlignToRect( 
   Rectangle rectBounds
) 
public:
Rectangle AlignToRect( 
   Rectangle rectBounds
) 

Parameters

rectBounds
The rectangle to align docking container.
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

DockingContainer Class
DockingContainer Members

Send Feedback