  | TaskDialogWindowIcon Property  | 
 
            Gets or sets the icon to be used in the title bar of the dialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Icon WindowIcon { get; set; }Public Property WindowIcon As Icon
	Get
	Set
public:
property Icon^ WindowIcon {
	Icon^ get ();
	void set (Icon^ value);
}member WindowIcon : Icon with 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