Gets or sets the icon for the form.
[Visual Basic] Public Property Icon As Icon [C#] public Icon Icon {get; set;} [C++] public: __property Icon* get_Icon(); public: __property void set_Icon(Icon*); [JScript] public function get Icon() : Icon; public function set Icon(Icon);
An Icon that represents the icon for the form.
A form's icon designates the picture that represents the form in the task bar when the form is minimized.