ICreate.Controls.Bars Send comments on this topic.
BodyBounds Property
See Also 
ICreate.Controls.Bars Namespace > CollapsingGroupPanel Class : BodyBounds Property






Gets the Rectangle bounding the body of the CollapsingGroupPanel.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property BodyBounds As Rectangle
Visual Basic (Usage)Copy Code
Dim instance As CollapsingGroupPanel
Dim value As Rectangle
 
value = instance.BodyBounds
C# 
public Rectangle BodyBounds {get;}
Delphi 
public read-only property BodyBounds: Rectangle; 
JScript 
public function get BodyBounds : Rectangle
Managed Extensions for C++ 
public: __property Rectangle get_BodyBounds();
C++/CLI 
public:
property Rectangle BodyBounds {
   Rectangle get();
}

Return Value

A Rectangle value, this property specifies the Rectangle bounding the body of the CollapsingGroupPanel.

Remarks

BodyBounds is useful if you wish to automatically layout the CollapsingGroupPanel child controls so that they do not intersect the header or footer. The BodyBoundsChanged event is raised when the BodyBounds changes. The ContainerControl is an container control which is automatically positioned and resized so that it coincides with the BodyBounds.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also