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

(Global Index)

Syntax

service ListBox;

Description

This service specifies the ControlModel of a box which contains a list of strings to select from.

Included Services

com::sun::star::awt::UnoControlListBoxModel

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

Description

specifies a control model within a form.


Exported Interfaces

com::sun::star::form::XReset

Description

resets the control.


Property Summary

DefaultSelection contains the indexes for entries of the listbox, which should selected by default. These selection is used initially or for a reset.

ListSource contains the listbox entries.

Property Details



DefaultSelection

Syntax

sequence< short > DefaultSelection;

Description

contains the indexes for entries of the listbox, which should selected by default. These selection is used initially or for a reset.


ListSource

Syntax

sequence< string > ListSource;

Description

contains the listbox entries.

Top of Page