Displays a message window and write debug, which presents a debug message to the user.
| Windows | macOS | Gnome | |
|---|---|---|---|
| Light |
html dialog_trace_message_box_m.png html dialog_trace_message_box_g.png | ||
| Dark |
html dialog_trace_message_box_md.png html dialog_trace_message_box_gd.png |
Constructors | |
| trace_message_dialog () | |
| Initializes a new instance of the trace_message_dialog class. More... | |
Properties | |
| xtd::forms::dialog_result | dialog_result () const noexcept |
| Gets async dialog_result result after dialog box is closing. More... | |
| xtd::ustring | message () const noexcept |
| Gets the text message. More... | |
| trace_message_dialog & | message (const xtd::ustring &message) |
| Sets the text message. More... | |
Methods | |
| void | reset () |
| Resets all properties to empty string. More... | |
| xtd::forms::dialog_result | show_dialog () |
| Runs message dialog box. More... | |
| xtd::forms::dialog_result | show_dialog (const iwin32_window &owner) |
| Runs message dialog box. More... | |
| void | show_sheet (const iwin32_window &owner) |
| Runs message dialog box. More... | |
| xtd::forms::dialog_result | show_sheet_dialog (const iwin32_window &owner) |
| Runs message dialog box. More... | |
Events | |
| event< trace_message_dialog, dialog_closed_event_handler > | dialog_closed |
| Occurs when the user close a message dialog box with dialog close button or other dialog buttons. More... | |
Additional Inherited Members | |
Public Member Functions inherited from xtd::object | |
| object ()=default | |
| Create a new instance of the ultimate base class object. More... | |
| bool | equals (const object &obj) const noexcept |
| Determines whether the specified object is equal to the current object. More... | |
| virtual size_t | get_hash_code () const noexcept |
| Serves as a hash function for a particular type. More... | |
| virtual type_object | get_type () const noexcept |
| Gets the type of the current instance. More... | |
| template<typename object_t > | |
| std::unique_ptr< object_t > | memberwise_clone () const noexcept |
| Creates a shallow copy of the current object. More... | |
| virtual xtd::ustring | to_string () const noexcept |
| Returns a sxd::ustring that represents the current object. More... | |
Static Public Member Functions inherited from xtd::object | |
| static bool | equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are considered equal. More... | |
| static bool | reference_equals (const object &object_a, const object &object_b) noexcept |
| Determines whether the specified object instances are the same instance. More... | |
Protected Member Functions inherited from xtd::forms::component | |
| component () | |
| Initialises a new instance of the component class. More... | |
| virtual bool | can_raise_events () const noexcept |
| Gets a value indicating whether the component can raise an event. More... | |
| bool | design_mode () const noexcept |
| Gets a value that indicates whether the component is currently in design mode. More... | |
| xtd::forms::trace_message_dialog::trace_message_dialog | ( | ) |
Initializes a new instance of the trace_message_dialog class.
|
noexcept |
Gets async dialog_result result after dialog box is closing.
|
noexcept |
|
inline |
Sets the text message.
| message | The text message. |
| void xtd::forms::trace_message_dialog::reset | ( | ) |
Resets all properties to empty string.
|
inline |
Runs message dialog box.
|
inline |
Runs message dialog box.
|
inline |
Runs message dialog box.
|
inline |
Runs message dialog box.
| event<trace_message_dialog, dialog_closed_event_handler> xtd::forms::trace_message_dialog::dialog_closed |
Occurs when the user close a message dialog box with dialog close button or other dialog buttons.