TaskDialogShow(IntPtr) 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(
IntPtr owner
)
Public Function Show (
owner As IntPtr
) As TaskDialogResult
public:
TaskDialogResult Show(
IntPtr owner
)
member Show :
owner : IntPtr -> TaskDialogResult
- owner IntPtr
- Handle of the parent window. If IntPtr.Zero, 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.