Removes an item from a listbox. The given value has to be a
position. If the position is invalid an exception will be thrown.
The index of the first position is 0.
The value should be a sal_Int32.
Selects an item in a listbox. The given value has to be a position.
The index of the first position is 0. A value of -1 removes the
selection.
If the given position is invalid an exception will be thrown.
The value should be a sal_Int32.
Returns the zero based index of the currently selected item.
If the listbox is empty or there is no item selected -1 will be
returned. The returned value is a sal_Int32.
Removes an item from a listbox. The given value has to be a
position. If the position is invalid an exception will be thrown.
The index of the first position is 0.
The value should be a sal_Int32.
Selects an item in a listbox. The given value has to be a position.
The index of the first position is 0. A value of -1 removes the
selection.
If the given position is invalid an exception will be thrown.
The value should be a sal_Int32.
Returns the zero based index of the currently selected item.
If the listbox is empty or there is no item selected -1 will be
returned. The returned value is a sal_Int32.