ListBox.CurrentItem Property | |
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
public override Usual CurrentItem { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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