PPCC Namespace
Gets or sets the Image to be shown as the background of the tab page

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

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

See Also