BaseFormIcon Property

Gets or sets the icon for the form.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public Icon? Icon { get; set; }

Return Value

Icon
An Icon that represents the icon for the form.

See Also