Click or drag to resize

ListBox.CurrentItem Property

X#
A string representing the displayed list box or combo box item selected.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY CurrentItem AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A string representing the displayed list box or combo box item selected.
Remarks
A string representing the displayed list box or combo box item selected. The ListBox:CurrentItem access also changes ListBox:CurrentItemNo, ListBox:CurrentText, ListBox:TextValue, and ListBox:Value, if there is a match with the available display items.
See Also