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

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

service ComboBox

Description
specifies a component which allows the input of text or selection of text from a list of text values.


Included Services

com::sun::star::awt::UnoControlComboBoxModel
com::sun::star::form::DataAwareControlModel
Description
is an abstract service for specialized FormControlModel s which are data aware and thus can be bound to a data source.

Exported Interfaces

com::sun::star::form::XReset
Description
resets the control.

Properties' Summary

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

Properties' Details

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

Top of Page