'Declaration
Public Overloads Function Show( _ ByVal dialogOwnedByActiveWindow As Boolean _ ) As TaskDialogResult
public TaskDialogResult Show( bool dialogOwnedByActiveWindow )
Parameters
- dialogOwnedByActiveWindow
- If True, the active window attached to the calling thread's message queue will be the owner for the task dialog.
Return Value
The task dialog result (see also the DialogResult property).