TaskDialogShow Method
Shows the
TaskDialog as a non-modal window, using the current configuration.
Namespace: KGySoft.WinForms.ComponentsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public TaskDialogResult Show()
Public Function Show As TaskDialogResult
public:
TaskDialogResult Show()
member Show : unit -> TaskDialogResult
Return Value
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.