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






Gets or sets the text displayed on the SuperPanel.

Syntax

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

Return Value

A System.String value, this property specifies the text displayed on the SuperPanel. The default value is the empty string.

Remarks

The TextAlignment property specifies the location of the Text in the client area of the SuperPanel.

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