PrintPreviewDialog::Icon Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the icon for the form.

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

public:
[BrowsableAttribute(false)]
property Icon^ Icon {
	Icon^ get();
	void set(Icon^ value);
}

Property Value

Type: System.Drawing::Icon^

An Icon that represents the icon for the form.

This property is not relevant for this class.

A form's icon designates the picture that represents the form in the taskbar, as well as the icon that is displayed for the control box of the form.

.NET Framework
Available since 1.1
Return to top
Show: