ListView.GetSelectedItem Method | |
Retrieve the currently selected ListViewItem object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetSelectedItem() AS USUAL
public virtual Usual GetSelectedItem()
Request Example
View SourceReturn Value
Type:
Usual
The currently selected ListViewItem object.
See Also