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






Gets or sets the background colour of the CommandItem when it is in the active state.

Syntax

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

Return Value

A Color value, this property represents the background colour of the CommandItem when it is in the active state. If HotTrackActiveBackColor is Color.Empty then HotTrackBackColor is used. The default value is Color.Empty.

Remarks

The colour of the CommandItem background depends on its state. For more information on the states of a CommandItem and how the state of a CommandItem affects its appearance please see CommandItem state.

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