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






Gets or sets the Font of the text displayed on the CollapsingGroupPanel header.

Syntax

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

Return Value

A reference to a Font, this property specifies the Font of the HeaderText displayed on the CollapsingGroupPanel header. The default value is SystemFonts.DefaultFont.

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