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

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

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.

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

Properties' Details

DefaultSelection
 
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
 
sequence< string > ListSource;
Description
contains the listbox entries.

Top of Page