Skip to main content
A newer version of this page is available.
All docs
V19.1

XtraInputBox.Show(IWin32Window, String, String, String, MessageBoxButtons) Method

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static string Show(
    IWin32Window owner,
    string prompt,
    string title,
    string defaultResponse,
    MessageBoxButtons buttons
)

Parameters

Name Type
owner IWin32Window
prompt String
title String
defaultResponse String
buttons MessageBoxButtons

Returns

Type
String
See Also