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

interface XControlAccess
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