Specifies an interface for an executable dialog. More...
import "XExecutableDialog.idl";
Public Member Functions | |
void | setTitle ([in] string aTitle) |
Sets the title of the dialog. | |
short | execute () |
Executes (shows) the dialog. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
Specifies an interface for an executable dialog.
short execute | ( | ) |
Executes (shows) the dialog.
void setTitle | ( | [in] string | aTitle | ) |
Sets the title of the dialog.
aTitle | Set an arbitrary title for the dialog, may be an empty string if the dialog should not have a title. |