XtraInputBoxArgs(IWin32Window, String, String, Object) Constructor
Initializes a new XtraInputBoxArgs class instance.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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