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

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

Syntax

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

See Also