Click or drag to resize

InputDialogShowDialog Method

Displays the input box as a modal dialog box.

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

Return Value

Type: DialogResult
The DialogResult value that corresponds to the button the user clicked.
See Also