ListBox.CurrentText Property (Typed) | |
ListBox:CurrentText is set to the NULL_STRING, since there is no text editing for list boxes.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY CurrentText AS STRING SET
public override string CurrentText { set; }
Request Example
View SourceProperty Value
Type:
StringListBox:CurrentText is set to the NULL_STRING, since there is no text editing for list boxes.
See Also