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






Gets or sets the background colour of the button and sub button when active.

Syntax

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

Return Value

A Color value, this property specifies the colour or the ButtonBarButton and sub button background when active. The default value is Color.FromArgb(255, 195, 80).

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