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

(Global Index)

Syntax

service FileControl;

Description

This service specifies the ControlModel of an edit field for a file name.

Included Services

com::sun::star::awt::UnoControlFileControlModel

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

Description

specifies a control model within a form.


Property Summary

DefaultText specifies the default text for the component, which is initially displayed or used to reset the component.

Property Details



DefaultText

Syntax

string DefaultText;

Description

specifies the default text for the component, which is initially displayed or used to reset the component.

Top of Page