If the dialog has a secondary text, this will appear as the title.
MessageDialog.text
string text() @property nothrowGet text property.
Returns
The primary text of the message dialog.
void text(string propval) @property nothrowSet text property.
Parameters
propval | The primary text of the message dialog. If the dialog has a secondary text, this will appear as the title. |