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






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

Syntax

Visual Basic (Declaration) 
Public Property HeaderBorderPen As PenDefinition
Visual Basic (Usage)Copy Code
Dim instance As CollapsingGroupPanel
Dim value As PenDefinition
 
instance.HeaderBorderPen = value
 
value = instance.HeaderBorderPen
C# 
public PenDefinition HeaderBorderPen {get; set;}
Delphi 
public read-write property HeaderBorderPen: PenDefinition; 
JScript 
public function get,set HeaderBorderPen : PenDefinition
Managed Extensions for C++ 
public: __property PenDefinition* get_HeaderBorderPen();
public: __property void set_HeaderBorderPen( 
   PenDefinition* value
);
C++/CLI 
public:
property PenDefinition^ HeaderBorderPen {
   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 header of the CollapsingGroupPanel.

Remarks

The HeaderBorderWidth property specifies the width of the border surrounding the CollapsingGroupPanel header.

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