Softelvdm.Controls Class Library for Windows Controls 1.0

ButtonDarkDarkColor Property, GadgetsClass Class

Softel vdm, Inc.

Defines the color used to draw the dark edge of a button (GadgetAppearanceEnum.Plain only).

Syntax      GadgetsClass Class (Softelvdm.Controls)

VB   

Public Property ButtonDarkDarkColor As Color

C#   

public Color ButtonDarkDarkColor { get; set; }

C++   

public: property Color ButtonDarkDarkColor {
        Color get();
        void set(Color value);
}

Property Value

The button's dark edge color.

The default value is Color.ControlDarkDark.

Comments

The ButtonDarkDarkColor property defines the color used to draw the dark edge 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


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