::com::sun::star::ui::UIElement |
- Description
- provides properties and functions to initialize and identify a user
interface element.
A configurable user interface element must be initialized using
::XInitialization::initialize before
it can be used. The following properties must be provided:
- ResourceURL
specifies the user interface name.
- Frame
specifies to which frame instance the user interface belongs to.
- ConfigurationSource
specifies to which configuration manager a user interface
element instance is bound to.
A user interface element factory creates and initializes every user interface element
correctly.
|