:: com :: sun :: star :: view ::

interface XControlAccess
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XControlAccess
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides access to the controls in a view.
See also
::com::sun::star::frame::XController

Methods' Summary
getControl is called to get the control from the specified control model.  
Methods' Details
getControl
::com::sun::star::awt::XControl
getControl( [in] ::com::sun::star::awt::XControlModel  xModel )
raises( ::com::sun::star::container::NoSuchElementException );

Description
is called to get the control from the specified control model.
Top of Page