SelectedIndex

ListBox.SelectedIndex property

获取或设置列表框或组合框中当前选中项的索引号。 从零开始。

public int SelectedIndex { get; set; }

评论

-1 表示未选择任何项目。

也可以看看