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

XtraInputBox.Show<T>(String, String, T, MessageBoxButtons) Method

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static T Show<T>(
    string prompt,
    string title,
    T defaultResponse,
    MessageBoxButtons buttons
)
    where T : struct

Parameters

Name Type
prompt String
title String
defaultResponse T
buttons MessageBoxButtons

Type Parameters

Name
T

Returns

Type
T
See Also