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






Gets or sets the colour of the Text on the SideBar buttons when pressed.

Syntax

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

Return Value

A Color value, this property specifies the colour of the Text on the SideBar buttons when pressed. The default value is Color.FromArgb(32, 77, 126).

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