|
|
|
ButtonFaceColor Property, GadgetsClass Class |
Defines the color used to draw the face of a button (GadgetAppearanceEnum.Plain only).
Syntax GadgetsClass Class (Softelvdm.Controls)
VB |
Public Property ButtonFaceColor As Color |
C# |
public Color ButtonFaceColor { get; set; } |
C++ |
public: property Color ButtonFaceColor { |
Property Value
The button's face color.
The default value is Color.ButtonFace.
Comments
The ButtonFaceColor property defines the color used to draw the face of a button (GadgetAppearanceEnum.Plain only).
A button is defined by a ButtonPartClass instance. The defined color is only used if the button's appearance is defined as GadgetAppearanceEnum.Plain (ButtonPartClass.Appearance or GadgetsClass.ButtonAppearanceDefault)
Version Information
Supported in version 1.0.
Products Table