Click or drag to resize

ListBox.NextSelected Method (Typed)

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

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

Return Value

Type: Long
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