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