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

XtraInputBoxArgs(IWin32Window, String, String, Object) Constructor

Initializes a new XtraInputBoxArgs class instance.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public XtraInputBoxArgs(
    IWin32Window owner,
    string prompt,
    string title,
    object defaultResponse
)

Parameters

Name Type Description
owner IWin32Window

An IWin32Window object that provides look and feel settings for the dialog box.

prompt String

The text above the editor.

title String

The text in the title bar.

defaultResponse Object

The editor’s default value.

See Also