ListView.SelectNextItem Method (Typed) | |
Select the next list view item after the currently selected item.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SelectNextItem() AS USUAL
public virtual Usual SelectNextItem()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if the selection was successful; otherwise, FALSE.
See Also