Ejemplo n.º 1
0
 /// <summary>
 /// Gets the checkedness of the i'th item
 /// </summary>
 /// <param name="i"></param>
 /// <returns></returns>
 public CheckState GetItemCheckState(int i)
 {
     return(CheckedListBoxControl.GetItemCheckState(i));
 }