:: com :: sun :: star :: awt ::

interface XMessageBox
Description
gives access to a message box.

Methods' Summary
execute shows the message box.  
Attributes' Summary
CaptionText the caption text.  
MessageText the message text.  
Methods' Details
execute
short
execute();

Description
shows the message box.
Returns
one of MessageBoxResults.
Attributes' Details
CaptionText
string CaptionText;
Description
the caption text.
MessageText
string MessageText;
Description
the message text.
Top of Page