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

XtraInputBox.Show Method

Name Parameters Description
Show(XtraInputBoxArgs) static args Displays a dialog box using the specified arguments.
Show(String, String, String, MessageBoxButtons) static prompt, title, defaultResponse, buttons
Show(String, String, String) static prompt, title, defaultResponse Displays a dialog box using the specified title, prompt, and default response.
Show(IWin32Window, String, String, String, MessageBoxButtons) static owner, prompt, title, defaultResponse, buttons
Show(IWin32Window, String, String, String) static owner, prompt, title, defaultResponse Displays a dialog box using the specified owning window, title, prompt, and default response.
Show<T>(XtraInputBoxArgs) static args
Show<T>(String, String, T, MessageBoxButtons) static prompt, title, defaultResponse, buttons
Show<T>(String, String, T) static prompt, title, defaultResponse
Show<T>(IWin32Window, String, String, T, MessageBoxButtons) static owner, prompt, title, defaultResponse, buttons
Show<T>(IWin32Window, String, String, T) static owner, prompt, title, defaultResponse