|
|
|
ForeColor Property, ButtonPartClass Class |
Defines the button's text color (ForeColor poperty).
Syntax ButtonPartClass Class (Softelvdm.Controls)
VB |
Public Property ForeColor As Color |
C# |
public Color ForeColor { get; set; } |
C++ |
public: property Color ForeColor { |
Property Value
The button's text color.
The default value is Color.Empty.
Comments
The ForeColor property defines the button's text color (ForeColor poperty).
The color is only used for the button text (Text property) and is ignored if a button image is used instead (Image property).
Version Information
Supported in version 1.0.
Products Table