ItemsView.Deselect(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.
Deselects the item at the specified index.
public:
virtual void Deselect(int itemIndex) = Deselect;
void Deselect(int const& itemIndex);
public void Deselect(int itemIndex);
function deselect(itemIndex)
Public Sub Deselect (itemIndex As Integer)
Parameters
- itemIndex
-
Int32
int
The index of the item to deselect.