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






Gets or sets the background colour of the SideBar buttons when in the selected state.

Syntax

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

Return Value

A Color value, this property specifies the colour of the SideBar buttons when selected. The default value is Color.FromArgb(255, 171, 63).

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