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






Gets or sets the Font used to draw the TitleText.

Syntax

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

Return Value

A reference to a Font, this property specifies the Font used to draw the TitleText. The default value is Arial Bold 10pt.

Remarks

The TitleBackground specifies the appearance of the title background. The TitleForeColor specifies the colour of the TitleText.

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