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






Gets the new value of the BodyBounds property.

Syntax

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

Return Value

A Rectangle value, this property is the new value of the CollapsingGroupPanel BodyBounds property

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