F
fragget
hi-
when
private void theCombo_DrawItem(object sender,
System.Windows.Forms.DrawItemEventArgs e)
is called for a ComboBox how do I know when
the system is drawing the item that appears in
the top of the box? i want to change the border
for that item only.
thanks - fg
when
private void theCombo_DrawItem(object sender,
System.Windows.Forms.DrawItemEventArgs e)
is called for a ComboBox how do I know when
the system is drawing the item that appears in
the top of the box? i want to change the border
for that item only.
thanks - fg