Back to Devexpress

XtraInputBox.Show Method

windowsforms-devexpress-dot-xtraeditors-dot-xtrainputbox-dot-show.md

latest3.0 KB
Original Source

XtraInputBox.Show Method

NameParametersDescription
Show(XtraInputBoxArgs) staticargsDisplays an input box with the specified settings.
Show(String, String, String, XtraInputBox.Buttons) staticprompt, title, defaultResponse, buttonsDisplays an XtraInputBox with the given parameters.
Show(String, String, String) staticprompt, title, defaultResponseDisplays an input box with the specified title, prompt, and default response.
Show(IWin32Window, String, String, String, XtraInputBox.Buttons) staticowner, prompt, title, defaultResponse, buttonsDisplays an XtraInputBox with the given parameters.
Show(IWin32Window, String, String, String) staticowner, prompt, title, defaultResponseDisplays an input box with the specified title, prompt, and default response.
Show<T>(XtraInputBoxArgs) staticargsDisplays an input box with the specified settings.
Show<T>(String, String, T, XtraInputBox.Buttons) staticprompt, title, defaultResponse, buttonsDisplays an input box with the specified settings.
Show<T>(String, String, T) staticprompt, title, defaultResponseDisplays 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, XtraInputBox.Buttons) staticowner, prompt, title, defaultResponse, buttonsDisplays an input box with the specified settings.
Show<T>(IWin32Window, String, String, T) staticowner, prompt, title, defaultResponseDisplays an input box with the specified title, prompt, and default response.