Click or drag to resize

ListBox.CurrentItem Property (Typed)

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

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

Property Value

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