eg.
this.lstColor.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
this.lstColor.DrawItem += new DrawItemEventHandler(this.DrawItemHandler);
how do i manually invoke this event on the listbox, or fire an event only on demand etc.
thanks in advance for your help.
-Jer