TaskDialogShow Method

Overload List

Show Shows the TaskDialog as a non-modal window, using the current configuration.
Show(IntPtr) Shows the TaskDialog using the current configuration.
Show(IWin32Window) Shows the TaskDialog using the current configuration.
Show(IntPtr, Int32, Int32, Boolean) Shows the TaskDialog using the current configuration.
Show(IWin32Window, Int32, Int32, Boolean) Shows the TaskDialog using the current configuration.

See Also