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






Gets or sets the pen used to draw the border surrounding the body of the CollapsingGroupPanel.

Syntax

Visual Basic (Declaration) 
Public Property BodyBorderPen As PenDefinition
Visual Basic (Usage)Copy Code
Dim instance As CollapsingGroupPanel
Dim value As PenDefinition
 
instance.BodyBorderPen = value
 
value = instance.BodyBorderPen
C# 
public PenDefinition BodyBorderPen {get; set;}
Delphi 
public read-write property BodyBorderPen: PenDefinition; 
JScript 
public function get,set BodyBorderPen : PenDefinition
Managed Extensions for C++ 
public: __property PenDefinition* get_BodyBorderPen();
public: __property void set_BodyBorderPen( 
   PenDefinition* value
);
C++/CLI 
public:
property PenDefinition^ BodyBorderPen {
   PenDefinition^ get();
   void set (PenDefinition^ value);
}

Return Value

A reference to a PenDefinition, this property defines the Pen used to draw the border surrounding the body of the CollapsingGroupPanel.

Remarks

The width of the border surrounding the body of a CollapsingGroupPanel is set using the BodyBorderWidth 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