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

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

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