  | TaskDialogHandle Property  | 
 
            Gets the window handle of the task dialog.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IntPtr Handle { get; }Public ReadOnly Property Handle As IntPtr
	Get
public:
virtual property IntPtr Handle {
	IntPtr get () sealed;
}abstract Handle : IntPtr with get
override Handle : IntPtr with get
Property Value
Type: 
IntPtr
            The window handle of the task dialog when it is being displayed, or 
Zero when the dialog
            is not being displayed.
            
Implements
IWin32WindowHandle
See Also