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