ListView.SelectedIndexCollection.Clear Method

Definition

Clears the items in the collection.

public:
 void Clear();
public void Clear ();
member this.Clear : unit -> unit
Public Sub Clear ()

Remarks

Use this method to clear all the selected items.

Applies to