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






Gets or sets the colour of the TaskBar title Text.

Syntax

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

Return Value

A Color value, this property represents the colour of the TaskBar title Text. This colour is applicable when the TaskBar is cold. The default value is Color.FromArgb(13, 43, 108).

Remarks

A TaskBar is hot when is contains the mouse cursor or input focus.

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