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

interface XControlAccess
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-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 

raises(

 
xModel ) 
::com::sun::star::container::NoSuchElementException );

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