Esempio n. 1
0
 /// <summary>
 /// Sets all items in the list to be unchecked.
 /// </summary>
 public void CheckNone()
 {
     ListViewHelper.CheckAll(this, false);
 }
Esempio n. 2
0
 /// <summary>
 /// Sets all items in the list to be checked.
 /// </summary>
 public void CheckAll()
 {
     ListViewHelper.CheckAll(this, true);
 }