service ImageButton in module com::sun::star::form::component::

(Global Index)

Syntax

service ImageButton;

Description

This service specifies the ControlModel for a clickable button which is represented by an image.

Included Services

com::sun::star::awt::UnoControlImageControlModel

com::sun::star::form::FormControlModel

Description

specifies a control model within a form.


Exported Interfaces

com::sun::star::form::XImageProducerSupplier

Description

is necessary if you want to display images on a button.


Property Summary

ButtonType The ButtonType describes the default action executed by the button.

TargetFrame describes the frame, where to open the document specified by the TargetURL.

TargetURL specifies the URL, which should be opened if the button was clicked.

Property Details



ButtonType

Syntax

com::sun::star::form::FormButtonType ButtonType;

Description

The ButtonType describes the default action executed by the button.


TargetFrame

Syntax

string TargetFrame;

Description

describes the frame, where to open the document specified by the TargetURL.


TargetURL

Syntax

string TargetURL;

Description

specifies the URL, which should be opened if the button was clicked.

This property is evaluated if the button is of type URL.

See also

FormButtonType
Top of Page