Skip to main content
A newer version of this page is available. .

XtraInputBox.Show Method

Name Parameters Description
Show(XtraInputBoxArgs) static args Displays an input box with the specified settings.
Show(String, String, String, MessageBoxButtons) static prompt, title, defaultResponse, buttons Displays an input box with the specified title, prompt, default response, and buttons.
Show(String, String, String) static prompt, title, defaultResponse Displays an input box with the specified title, prompt, and default response.
Show(IWin32Window, String, String, String, MessageBoxButtons) static owner, prompt, title, defaultResponse, buttons Displays an input box with the specified title, prompt, default response, and buttons. You can also specify the window that provides look and feel settings for the input box.
Show(IWin32Window, String, String, String) static owner, prompt, title, defaultResponse Displays an input box with the specified title, prompt, and default response. You can also specify the window that provides look and feel settings for the input box.
Show<T>(XtraInputBoxArgs) static args Displays an input box with the specified settings.
Show<T>(String, String, T, MessageBoxButtons) static prompt, title, defaultResponse, buttons Displays an input box with the specified title, prompt, and default response. You can also specify the returned value’s type.
Show<T>(String, String, T) static prompt, title, defaultResponse Displays an input box with the specified title, prompt, and default response. You can also specify the returned value’s type.
Show<T>(IWin32Window, String, String, T, MessageBoxButtons) static owner, prompt, title, defaultResponse, buttons Displays an input box with the specified title, prompt, and default response. You can also specify the returned value’s type and the window that provides look and feel settings for the input box.
Show<T>(IWin32Window, String, String, T) static owner, prompt, title, defaultResponse Displays an input box with the specified title, prompt, and default response. You can also specify the returned value’s type and the window that provides look and feel settings for the input box.