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






Gets or sets the colour of the Text on the SideBar buttons when the mouse cursor is positioned over them.

Syntax

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

Return Value

A Color value, this property specifies the colour of the Text on the SideBar buttons when the mouse cursor is positioned over them. The default value is Color.FromArgb(32, 77, 137).

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