:: com :: sun :: star :: ui :: dialogs ::

interface XExecutableDialog
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XExecutableDialog
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
Specifies an interface for an executable dialog.

Methods' Summary
setTitle Sets the title of the dialog.  
execute Executes (shows) the dialog.  
Methods' Details
setTitle
void
setTitle( [in] string  aTitle );

Description
Sets the title of the dialog.
Parameter aTitle
Set an abitrary title for the dialog, may be an empty string if the dialog should not have a title.
execute
short
execute();

Description
Executes (shows) the dialog.
Returns
A status code of type ::com::sun::star::ui::dialogs::ExecutableDialogResults .
Top of Page