ListBox.CurrentItemNo 属性 | |
一个数字值,介于1和 ListBox:ItemCount 之间,表示当前选择的项目。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL PROPERTY CurrentItemNo AS LONG GET SET
public override int CurrentItemNo { get; set; }
查看代码属性值
类型:
Int32一个数字值,介于1和 ListBox:ItemCount 之间,表示当前选择的项目。
备注
如果没有选择项目,它为0。
ListBox:CurrentItemNo 还会更改 ListBox:CurrentItem,ListBox:TextValue 和 ListBox:Value。
如果分配的 ListBox:CurrentItemNo 为零(0),或者超过 ListBox:ItemCount,那么将不会选择任何项目。
如果 ListBox:CurrentItemNo 分配表示一个更改,那么 ListBox:ValueChanged 将设置为 TRUE。
参见