Softelvdm.Controls Class Library for Windows Controls 1.0

ForeColor Property, ButtonPartClass Class

Softel vdm, Inc.

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 {
        Color get();
        void set(Color value);
}

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


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com