Exemplo n.º 1
0
 public ImageListBoxItem this[int index]
 {
     get { return(owner.DoGetElement(index)); }
     set { owner.DoSetElement(index, value); }
 }