DialogsInputDialog Method

Overload List

InputDialog(String) Displays an input dialog with an editable value, and OK and Cancel buttons.
See the Remarks section of the InputDialog(IWin32Window, String, String, String) overload for more details.
InputDialog(IWin32Window, String) Displays an input dialog with an editable value, and OK and Cancel buttons.
See the Remarks section of the InputDialog(IWin32Window, String, String, String) overload for more details.
InputDialog(String, String) Displays an input dialog with an editable value, and OK and Cancel buttons.
See the Remarks section of the InputDialog(IWin32Window, String, String, String) overload for more details.
InputDialog(IWin32Window, String, String) Displays an input dialog with an editable value, and OK and Cancel buttons.
See the Remarks section of the InputDialog(IWin32Window, String, String, String) overload for more details.
InputDialog(String, String, String) Displays an input dialog with an editable value, and OK and Cancel buttons.
See the Remarks section of the InputDialog(IWin32Window, String, String, String) overload for more details.
InputDialog(IWin32Window, String, String, String) Displays an input dialog with an editable value, and OK and Cancel buttons.
InputDialog(String, String, String, Int32, Int32) Displays an input dialog with an editable value, and OK and Cancel buttons.
See the Remarks section of the InputDialog(IWin32Window, String, String, String) overload for more details.
InputDialog(IWin32Window, String, String, String, Int32, Int32) Displays an input dialog with an editable value, and OK and Cancel buttons.
See the Remarks section of the InputDialog(IWin32Window, String, String, String) overload for more details.

See Also