:: com :: sun :: star :: ui ::

unpublished interface XUIElement
Description
provides a function to retrieve a special purpose interface dependent on the user interface element type.

The type of the interface depends on the real type of the user interface element. A menubar user interface element provides access to its com::sun::star::awt::XSystemDependentMenuBarPeer which supports to retrieve the system dependent menu handle. A floating window or a toolbar user interface element return a ::XWindow interface.


Methods' Summary
getRealInterface returns an interface to get access to user interface type specific functions.  
Methods' Details
getRealInterface
::com::sun::star::uno::XInterface
getRealInterface();

Description
returns an interface to get access to user interface type specific functions.
Returns
a special purpose interface which depends on the type of the user interface element.
Top of Page