interface XControlAccess in module com::sun::star::view::

(Global Index)

Syntax

interface XControlAccess : com::sun::star::uno::XInterface ;

Description

provides access to the controls in a view.

See also

XController

Method Summary

getControl is called to get the control from a control model.

Known Services Which Export this Interface

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

Method Details



getControl

Syntax

com::sun::star::awt::XControl getControl (
com::sun::star::awt::XControlModel xModel )
raises ( com::sun::star::container::NoSuchElementException );

Description

is called to get the control from a control model.

Top of Page