点击或拖拽改变大小

ListBox.CurrentItem 属性

X#
表示当前选择的列表框或组合框项目的字符串。

命名空间:  XSharp.VO.SDK
程序集:  XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法
 VIRTUAL PROPERTY CurrentItem AS STRING GET SET 
查看代码

属性值

类型:String
表示当前选择的列表框或组合框项目的字符串。
备注
如果与可用显示项目匹配,ListBox:CurrentItem 访问还会更改 ListBox:CurrentItemNo,ListBox:CurrentText,ListBox:TextValue 和 ListBox:Value。
参见