PPCC Namespace
Gets or sets the ForeDownColor of the button

Namespace:  PPCC.ColorButton
Assembly:  ColorButton (in ColorButton.dll)
Version: 2.0.0.0

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