|
|
|
ButtonLightColor Property, GadgetsClass Class |
Defines the color used to draw the lighted edge of a button part (GadgetAppearanceEnum.Plain only).
Syntax GadgetsClass Class (Softelvdm.Controls)
VB |
Public Property ButtonLightColor As Color |
C# |
public Color ButtonLightColor { get; set; } |
C++ |
public: property Color ButtonLightColor { |
Property Value
The button's lighted edge color.
The default value is Color.ControlLight.
Comments
The ButtonLightColor property defines the color used to draw the lighted edge of a button part (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