'Declaration
Public Overloads Function Show( _ ByVal owner As IWin32Window _ ) As TaskDialogResult
public TaskDialogResult Show( IWin32Window owner )
Parameters
- owner
- An implementation of IWin32Window that will own the task dialog.
Return Value
The task dialog result (see also the DialogResult property).