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