PPCC Namespace
Gets or sets the button icon

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

Syntax

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

See Also