Click or drag to resize

TaskDialogShowDialog Method (IWin32Window)

This method is for internal Ookii.Dialogs use and should not be called from your code.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public TaskDialogButton ShowDialog(
	IWin32Window owner
)

Parameters

owner
Type: System.Windows.FormsIWin32Window

[Missing <param name="owner"/> documentation for "M:Ookii.Dialogs.TaskDialog.ShowDialog(System.Windows.Forms.IWin32Window)"]

Return Value

Type: TaskDialogButton

[Missing <returns> documentation for "M:Ookii.Dialogs.TaskDialog.ShowDialog(System.Windows.Forms.IWin32Window)"]

See Also