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

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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

Parameters

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

Type Parameters

Name
T

Returns

Type
T
See Also