TaskDialogCustomFooterIcon Property
Gets or sets a custom
Icon as the footer icon for this
TaskDialog.
Setting this property clears
FooterIcon and vice versa.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public Icon? CustomFooterIcon { get; set; }
Public Property CustomFooterIcon As Icon
Get
Set
public:
property Icon^ CustomFooterIcon {
Icon^ get ();
void set (Icon^ value);
}
member CustomFooterIcon : Icon with get, set
Property Value
Icon