Back to Devexpress

XtraInputBoxArgs Constructors

windowsforms-devexpress-dot-xtraeditors-dot-xtrainputboxargs-dot-ctor.md

latest1.3 KB
Original Source

XtraInputBoxArgs Constructors

Arguments that should be passed to the Show(XtraInputBoxArgs) method to customize the shown XtraInputBox.

NameParametersDescription
XtraInputBoxArgs(UserLookAndFeel, IWin32Window, String, String, Object, DialogResult[], Int32, DefaultBoolean, MessageBeepSound)lookAndFeel, owner, prompt, title, defaultResponse, buttons, defaultButtonIndex, allowHtmlText, beepInitializes a new XtraInputBoxArgs class instance.
XtraInputBoxArgs(IWin32Window, String, String, Object)owner, prompt, title, defaultResponseInitializes a new XtraInputBoxArgs class instance.

See Also

XtraInputBoxArgs Class

XtraInputBoxArgs Members

DevExpress.XtraEditors Namespace