BaseFormIcon Property
Gets or sets the icon for the form.
Namespace: KGySoft.WinForms.FormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public Icon? Icon { get; set; }
Public Property Icon As Icon
Get
Set
public:
property Icon^ Icon {
Icon^ get ();
void set (Icon^ value);
}
member Icon : Icon with get, set
Return Value
IconAn
Icon that represents the icon for the form.