| TaskDialogHandle Property |
Gets the window handle of the task 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 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
IWin32WindowHandleSee Also