Syntax
service ListBox;
Description
This service specifies the ControlModel of a box which contains a
list of strings to select from.
com::sun::star::awt::UnoControlListBoxModel -
com::sun::star::form::FormControlModel -
Description
specifies a control model within a form.
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
|
|
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.
Syntax
sequence< string > ListSource;
Description
contains the listbox entries.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.