Click or drag to resize

ListBox.NextSelected Method

X#
After calling ListBox:FirstSelected(), this method is used to cycle through the remaining items selected in a multiple selection list box.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD NextSelected() AS USUAL
Request Example View Source

Return Value

Type: Usual
Position of the next selected item in the list box, or 0 if no item is selected or if there are no remaining items.
Remarks
This method is intended for use with a multiple selection list box (i.e., a list box created using the LBOXMULTIPLESEL style).
See Also