xtd - Reference Guide  0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Static Public Member Functions | List of all members
xtd::forms::trace_message_box Class Reference

#include <trace_message_box.h>

Definition

Displays a dialog box and write trace.

Namespace
xtd::forms
Library
xtd.forms

Inherits xtd::static_object.

Static Public Member Functions

static dialog_result show (const iwin32_window &owner, const xtd::ustring &text)
 Displays a message box in front of the specified window and write trace with specified text.
 
static xtd::forms::dialog_result show (const xtd::ustring &text)
 Displays a message box and write trace with specified text.
 

Member Function Documentation

◆ show() [1/2]

static dialog_result xtd::forms::trace_message_box::show ( const iwin32_window owner,
const xtd::ustring 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.

◆ show() [2/2]

static xtd::forms::dialog_result xtd::forms::trace_message_box::show ( const xtd::ustring text)
inlinestatic

Displays a message box and write trace with specified text.

Parameters
textThe text to display in the message box.

The documentation for this class was generated from the following file: