Form::Icon Property
.NET Framework (current version)
Gets or sets the icon for the form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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.
This property will have no effect if FormBorderStyle is set to FixedDialog. In that case, the form will not display an icon.
.NET Framework
Available since 1.1
Available since 1.1
Show: