:: com :: sun :: star :: form :: component ::
|
service ListBox |
- Description
- specifies a model for a control which allows to choose in a list of alternative values.
|
Properties' Summary |
sequence< short >
DefaultSelection |
contains the indexes of entries of the listbox, which should selected
by default.
|
sequence< string >
ListSource |
contains the listbox entries.
|
Properties' Details |
DefaultSelection
sequence< short > DefaultSelection;
- Description
- contains the indexes of entries of the listbox, which should selected
by default.
This selection is used initially or for a reset.
- See also
- ::com::sun::star::awt::UnoControlListBoxModel::SelectedItems, ::com::sun::star::form::XReset
|
|
ListSource
sequence< string > ListSource;
- Description
- contains the listbox entries.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.