SelectedIndex

整数型,返回选定项目的位置。

示例

Dim lst As WinForm.ListBox
Lst = Forms(
"窗口1").Controls("ListBox1")
MessageBox.Show(
"你选择的是" & lst.SelectedIndex & "项。"
)

 


本页地址:http://www.foxtable.com/webhelp/topics/0958.htm