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






Gets or sets the background colour of the button and sub button, if present, when they are hot.

Syntax

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

Return Value

A Color value, this property specifies the colour of the background of a button, or sub button, when hot. 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