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






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

Syntax

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

Return Value

A Color value, this property specifies the colour of the SideBar buttons when the mouse cursor is positioned over them. The default value is Color.FromArgb(255, 215, 103).

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