ItemsView.Select(Int32) 方法

定义

选择指定索引处的项。

public:
 virtual void Select(int itemIndex) = Select;
void Select(int const& itemIndex);
public void Select(int itemIndex);
function select(itemIndex)
Public Sub Select (itemIndex As Integer)

参数

itemIndex
Int32

int

要选择的项的索引。

适用于