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
comboBoxComboBoxComboBox which item will be drawn.
eDrawItemEventArgsA DrawItemEventArgs that contains the event data.
imagesImageListList of images used to draw with items.