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

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Parameters

Name Type
prompt String
title String
defaultResponse String
buttons MessageBoxButtons

Returns

Type
String
See Also