xtd 0.2.0
Loading...
Searching...
No Matches

◆ show() [12/16]

static dialog_result xtd::forms::message_box::show ( const xtd::ustring text,
const xtd::ustring caption,
message_box_buttons  buttons 
)
static

Displays a message box with the specified text, caption, and buttons.

Parameters
textThe text to display in the message box.
captionThe text to display in the title bar of the message box.
buttonsOne of the message_box_buttons values that specifies which buttons to display in the message box.
Returns
One of the xtd::forms::dialog_result values.