Retrieves the icon to be used for this PropertyTab page.

Namespace:  ShinyDesign.Design
Assembly:  ShinyDesign (in ShinyDesign.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual Bitmap Icon { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property Icon As Bitmap
Visual C++
public:
virtual property Bitmap^ Icon {
	Bitmap^ get ();
}

Remarks

When overridden in a derived class, can be used to retrieve customized icon bitmaps. The default implementation provides the same bitmap for each property tab.

See Also