TaskDialogCustomFooterIcon Property

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

Definition

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

Property Value

Icon

See Also