TaskDialogIcon Property

Gets or sets one of the standard icons as the main icon for this TaskDialog. Setting this property clears CustomIcon and vice versa.
Default value: None.

Definition

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

Property Value

TaskDialogStandardIcon

See Also