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.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public TaskDialogStandardIcon Icon { get; set; }
Public Property Icon As TaskDialogStandardIcon
Get
Set
public:
property TaskDialogStandardIcon Icon {
TaskDialogStandardIcon get ();
void set (TaskDialogStandardIcon value);
}
member Icon : TaskDialogStandardIcon with get, set
Property Value
TaskDialogStandardIcon