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

interface XDialog2
Base Interfaces
XDialog2XDialog

XDialog
(referenced interface's summary:)
makes it possible to show and hide a dialog and gives access to the title of the dialog.

Methods' Summary
endDialog hides the dialog and then causes XDialog::execute to return with the given result value.  
Methods' Details
endDialog
void
endDialog( [in] long  Result );

Description
hides the dialog and then causes XDialog::execute to return with the given result value.
Top of Page