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






The colour of the Text on the SideBarItem button when displayed in the main button stack.

Syntax

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

Return Value

A Color value, this property specifies the colour of the Text on a SideBarItem button when displayed in the main button stack. This is an ambient property and overrides the ButtonForeColor property. The default value is Color.Empty.

Remarks

ButttonForeColor is an ambient property. If its value is Color.Empty then the SideBar ButtonForeColor is used; otherwise the ButtonForeColor is not Color.Empty and its value is used.

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