ItemsView.Select(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects the item at the specified index.
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)
Parameters
- itemIndex
-
Int32
int
The index of the item to select.