ComponentEditorPage::Icon Property

 

Gets or sets the icon for the page.

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Icon^ Icon {
	Icon^ get();
	void set(Icon^ value);
}

Property Value

Type: System.Drawing::Icon^

An Icon used to represent the page.

.NET Framework
Available since 1.1
Return to top
Show: