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

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

Syntax

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

See Also