service FrameControl in module com::sun::star::frame::

(Global Index)

Syntax

service FrameControl;

Description

contains a frame with a desktop component.

If the control is visible and has a valid (loadable) component URL, then the FrameControl::Frame property is set.

Included Services

com::sun::star::awt::UnoControl

Description

The base service of all controls.


Exported Interfaces

com::sun::star::beans::XPropertySet

Description

provides access to the properties of this service.


Property Summary

ComponentUrl contains the type of the component which is loaded into the frame, or the document which implicitly specifies the type.

Frame The frame held by this control. The Frame is created if the control is shown and the component's URL is set.

Property Details



ComponentUrl

Syntax

string ComponentUrl;

Description

contains the type of the component which is loaded into the frame, or the document which implicitly specifies the type.


Frame

Syntax

[readonly] string Frame;

Description

The frame held by this control. The Frame is created if the control is shown and the component's URL is set.

Top of Page