ListBox.NextSelected Method | |
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
public virtual Usual NextSelected()
Request Example
View SourceReturn 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