public CheckedListBoxItemAccessibleObject(string name, int index, CheckedListBox.CheckedListBoxAccessibleObject parent)
 {
     this.name   = name;
     this.parent = parent;
     this.index  = index;
 }
 public CheckedListBoxItemAccessibleObject(string name, int index, CheckedListBox.CheckedListBoxAccessibleObject parent)
 {
     this.name = name;
     this.parent = parent;
     this.index = index;
 }