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

◆ show() [2/2]

static xtd::forms::dialog_result xtd::forms::trace_message_box::show ( const xtd::forms::iwin32_window owner,
const xtd::string text 
)
inlinestatic

Displays a message box in front of the specified window and write trace with specified text.

Parameters
ownerAn implementation of iwin32_window that will own the modal dialog box.
textThe text to display in the message box.