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

interface XVclContainerPeer
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XVclContainerPeer
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated
Description
gives access to the VCL container window implementation.

Methods' Summary
enableDialogControl enable as dialog control.  
setTabOrder sets the tab order.  
setGroup sets a group.  
Methods' Details
enableDialogControl
[oneway] void
enableDialogControl( [in] boolean  bEnable );

Description
enable as dialog control.
setTabOrder
[oneway] void
setTabOrder( [in] sequence< ::com::sun::star::awt::XWindow >  WindowOrder,
[in] sequence< any >  Tabs,
[in] boolean  GroupControl );

Description
sets the tab order.
setGroup
[oneway] void
setGroup( [in] sequence< ::com::sun::star::awt::XWindow >  Windows );

Description
sets a group.
Top of Page