TaskDialogShow(IWin32Window) Method
Shows the
TaskDialog using the current configuration.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public TaskDialogResult Show(
IWin32Window? owner
)
Public Function Show (
owner As IWin32Window
) As TaskDialogResult
public:
TaskDialogResult Show(
IWin32Window^ owner
)
member Show :
owner : IWin32Window -> TaskDialogResult
- owner IWin32Window
- Handle of the parent window. If , the dialog is shown as a non-modal window.
TaskDialogResultA
TaskDialogResult value that indicates one of the pressed standard buttons specified by
StandardButtons property.
If return value is
None, then the dialog might have been closed by a custom button, which can be identified by
SelectedButtonIndex.
The result is stored also in the
DialogResult property.