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






Gets or sets the text displayed as the SuperPanel title.

Syntax

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

Return Value

A System.String value this property specifies the text to display as the title of the SuperPanel. The default value is the empty string.

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