Method DrawItem
DrawItem(ComboBox, DrawItemEventArgs, ImageList)
Provides a custom drawing for a ComboBox item.
public static void DrawItem(ComboBox comboBox, DrawItemEventArgs e, ImageList images)
Parameters
comboBox
ComboBoxComboBox which item will be drawn.
e
DrawItemEventArgsA DrawItemEventArgs that contains the event data.
images
ImageListList of images used to draw with items.