ListBox.CurrentItem Property (Typed) | |
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
public override string CurrentItem { get; set; }
Request Example
View SourceProperty Value
Type:
StringA 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