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

interface XDialog2
Base Interfaces
XDialog2XDialog

XDialog
(referenced interface's summary:)

Methods' Summary
endDialog hides the dialog and then causes XDialog::execute to return with the given result value.  
setHelpId sets the help id so that the standard help button action will show the appropriate help page.  
Methods' Details
endDialog
void
endDialog( [in] long  Result );

Description
hides the dialog and then causes XDialog::execute to return with the given result value.
setHelpId
void
setHelpId( [in] string  Id );

Description
sets the help id so that the standard help button action will show the appropriate help page.
Top of Page