TaskDialogCustomIcon Property

Gets or sets a custom Icon as the main icon for this TaskDialog. Setting this property clears Icon and vice versa.

Definition

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

Property Value

Icon

See Also