Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: form :: component ::

service CommandButton

Description
This service specifies the ControlModel for a clickable button which may be represented by an image.


Included Services

com::sun::star::form::FormControlModel
Description
specifies a control model within a form.
com::sun::star::awt::UnoControlButtonModel

Exported Interfaces

com::sun::star::form::XImageProducerSupplier
Description
is necessary if you want to display images on a button.

Properties' 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.

Properties' Details

ButtonType
 
com::sun::star::form::FormButtonType ButtonType;
Description
The ButtonType describes the default action executed by the button.
TargetFrame
 
string TargetFrame;
Description
describes the frame, where to open the document specified by the TargetURL.
TargetURL
 
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
com::sun::star::form::FormButtonType

Top of Page