The ISystemDialogControl interface.
More...
#include <murl_i_system_dialog_control.h>
◆ CreateSystemDialog()
Create a system-dialog object with a variable number of buttons.
Buttons are added using the ISystemDialog::AddButton() method.
- Parameters
-
title | The title string for the system-dialog object. |
message | The message string for the system-dialog object. |
- Returns
- The system-dialog object or null if creation failed.
◆ DestroySystemDialog()
virtual void Murl::ISystemDialogControl::DestroySystemDialog |
( |
ISystemDialog *& |
dialog | ) |
|
|
pure virtual |
Destroy a system-dialog object.
- Parameters
-
dialog | A reference to the system-dialog object to destroy. After destruction the pointer is set to null. |
The documentation for this interface was generated from the following file:
- murl_i_system_dialog_control.h