PPCC Namespace
Gets or sets the ForeColor of the button when disabled.

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

Syntax

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

See Also