BCGControlBar Library for .NET
GetBounds Method (DockingContainer)




Specifies if the size of splitters will be take into the consideration on definition the boundaries of the docking container.
Retrieves the coordinates of the rectangle representing the boundaries for the docking container. This boundaries consist of the summary boundaries of the child docking panes and splitters, according to the value of parameters.
Syntax
'Declaration
 
Public Function GetBounds( _
   ByVal withDefaultSplitter As Boolean _
) As Rectangle
'Usage
 
Dim instance As DockingContainer
Dim withDefaultSplitter As Boolean
Dim value As Rectangle
 
value = instance.GetBounds(withDefaultSplitter)
public Rectangle GetBounds( 
   bool withDefaultSplitter
)
public: Rectangle GetBounds( 
   bool withDefaultSplitter
) 
public:
Rectangle GetBounds( 
   bool withDefaultSplitter
) 

Parameters

withDefaultSplitter
Specifies if the size of splitters will be take into the consideration on definition the boundaries of the 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