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






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

Syntax

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

Return Value

A System.String value, this property specifies the text drawn on the header of the CollapsingGroupPanel. The default value is the empty string.

Remarks

The HeaderFont property specifies the Font of the HeaderText. The HeaderForeColor sets the colour of the HeaderText. The HeaderTextAlign property specifies the horizontal position of HeaderText on the header of the CollapsingGroupPanel.

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