PPCC Namespace
Gets or sets the ForeDownColor of the button

Namespace:  PPCC.ColorPicker
Assembly:  ColorPicker (in ColorPicker.dll)
Version: 1.0.2727.23381

Syntax

C#
public Color ForeDownColor { get; set; }
Visual Basic (Declaration)
Public Property ForeDownColor As Color
Visual C++
public:
property Color ForeDownColor {
	Color get ();
	void set (Color value);
}

See Also