ListBox.CurrentItem 属性 | |
表示当前选择的列表框或组合框项目的字符串。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY CurrentItem AS STRING GET SET
public override string CurrentItem { get; set; }
查看代码属性值
类型:
String表示当前选择的列表框或组合框项目的字符串。
备注
如果与可用显示项目匹配,ListBox:CurrentItem 访问还会更改 ListBox:CurrentItemNo,ListBox:CurrentText,ListBox:TextValue 和 ListBox:Value。
参见