Click or drag to resize

InputDialogShowDialog Method (IWin32Window)

Displays the input box as a modal dialog box with the specified owner.

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

Parameters

owner
Type: System.Windows.FormsIWin32Window
The IWin32Window that will be the owner of the dialog box.

Return Value

Type: DialogResult
The DialogResult
See Also