Click or drag to resize

TaskDialogWindowIcon Property

Gets or sets the icon to be used in the title bar of the dialog.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Icon WindowIcon { get; set; }

Property Value

Type: Icon
An Icon that represents the icon of the task dialog's window.
Remarks
This property is used only when the dialog is shown as a modeless dialog; if the dialog is modal, it will have no icon.
See Also