TaskDialogFooterIcon Property

Gets or sets one of the standard icons as the footer icon for this TaskDialog. Setting this property clears CustomFooterIcon 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 FooterIcon { get; set; }

Property Value

TaskDialogStandardIcon

See Also