Click or drag to resize

TaskDialogMainIcon Property

Gets or sets the icon to display in the task dialog.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TaskDialogIcon MainIcon { get; set; }

Property Value

Type: TaskDialogIcon
A TaskDialogIcon that indicates the icon to display in the main content area of the task dialog. The default is Custom.
Remarks
When this property is set to Custom, use the CustomMainIcon property to specify the icon to use.
See Also