Click or drag to resize

TaskDialogCustomMainIcon Property

Gets or sets a custom icon to display in the dialog.

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

Property Value

Type: Icon
An Icon that represents the icon to display in the main content area of the task dialog, or if no custom icon is used. The default value is .
Remarks
This property is ignored if the MainIcon property has a value other than Custom.
See Also