Table of Contents

Method DrawItem

Namespace
Alternet.Editor.Python
Assembly
Alternet.Editor.Python.v10.dll

DrawItem(ComboBox, DrawItemEventArgs, ImageList)

Provides a custom drawing for a ComboBox item.

public static void DrawItem(ComboBox comboBox, DrawItemEventArgs e, ImageList images)

Parameters

comboBox ComboBox

ComboBox which item will be drawn.

e DrawItemEventArgs

A DrawItemEventArgs that contains the event data.

images ImageList

List of images used to draw with items.