PPCC Namespace
Gets or sets the icon shown in the tab area

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.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