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

XtraInputBoxArgs(UserLookAndFeel, IWin32Window, String, String, Object, DialogResult[], Int32, DefaultBoolean, MessageBeepSound) Constructor

Initializes a new instance of the XtraInputBoxArgs class with specified settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public XtraInputBoxArgs(
    UserLookAndFeel lookAndFeel = null,
    IWin32Window owner = null,
    string prompt = null,
    string title = null,
    object defaultResponse = null,
    DialogResult[] buttons = null,
    int defaultButtonIndex = 0,
    DefaultBoolean allowHtmlText = DefaultBoolean.Default,
    MessageBeepSound beep = MessageBeepSound.None
)

Optional Parameters

Name Type Default
lookAndFeel UserLookAndFeel *null*
owner IWin32Window *null*
prompt String *null*
title String *null*
defaultResponse Object *null*
buttons DialogResult[] *null*
defaultButtonIndex Int32 0
allowHtmlText DefaultBoolean 2
beep DevExpress.XtraEditors.MessageBeepSound 0
See Also