PPCC Namespace
Gets or sets the 'disabled' image of the button

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

Syntax

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

See Also