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

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

Syntax

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

See Also