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

XtraInputBoxArgs Constructors

Exposes properties that customize a related XtraInputBox dialog.
Name Parameters Description
XtraInputBoxArgs(UserLookAndFeel, IWin32Window, String, String, Object, DialogResult[], Int32, DefaultBoolean, MessageBeepSound) lookAndFeel, owner, prompt, title, defaultResponse, buttons, defaultButtonIndex, allowHtmlText, beep Initializes a new instance of the XtraInputBoxArgs class with specified settings.
XtraInputBoxArgs(IWin32Window, String, String, Object) owner, prompt, title, defaultResponse
See Also