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






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

Syntax

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

Remarks

The FooterBorderWidth property specifies the width of the border surrounding the CollapsingGroupPanel footer.

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