| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
gives access to the VCL container window implementation. More...
import "XVclContainerPeer.idl";
 
  
| Public Member Functions | |
| void | enableDialogControl ([in] boolean bEnable) | 
| enable as dialog control. | |
| void | setTabOrder ([in] sequence< com::sun::star::awt::XWindow > WindowOrder, [in] sequence< any > Tabs, [in] boolean GroupControl) | 
| sets the tab order. | |
| void | setGroup ([in] sequence< com::sun::star::awt::XWindow > Windows) | 
| sets a group. | |
| Public Member Functions inherited from XInterface | |
| 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. | |
gives access to the VCL container window implementation.
| void enableDialogControl | ( | [in] boolean | bEnable | ) | 
enable as dialog control.
| void setGroup | ( | [in] sequence< com::sun::star::awt::XWindow > | Windows | ) | 
sets a group.
| void setTabOrder | ( | [in] sequence< com::sun::star::awt::XWindow > | WindowOrder, | 
| [in] sequence< any > | Tabs, | ||
| [in] boolean | GroupControl ) | 
sets the tab order.