Exemplo n.º 1
0
 protected override void OnDrawItem(DrawItemEventArgs e)
 {
     if (this.Items.Count > 0)
     {
         ColorListBoxItem item = (ColorListBoxItem)this.Items[e.Index];
         item.DrawItem(e, Font, ForeColor, ItemHeight);
     }
 }