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






Gets or sets the background colour of the SideBar title, button stack size bar, and depending on the Style, the footer.

Syntax

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

Return Value

A Color value, this property specfies the background colour of the SideBar title, button stack resize bar and depending on the Style, the footer. The default value is Color.FromArgb(173, 209, 255).

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