Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XMessageBox

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]


Methods' Summary

setCaptionText
getCaptionText
setMessageText
getMessageText
execute

Methods' Details

setCaptionText
 
[ oneway ] void
setCaptionText(
[ in ] string aText );

getCaptionText
 
string
getCaptionText();
setMessageText
 
[ oneway ] void
setMessageText(
[ in ] string aText );

getMessageText
 
string
getMessageText();
execute
 
short
execute();

Top of Page