Skip to main content
A newer version of this page is available. .

ListBoxDrawItemEventArgs Constructors

Provides data for the BaseListBoxControl.DrawItem event.
Name Parameters Description
ListBoxDrawItemEventArgs(GraphicsCache, AppearanceObject, Rectangle, Object, Int32, DrawItemState, Boolean) cache, appearance, bounds, item, index, state, allowDrawSkinBackground Initializes a new instance of the ListBoxDrawItemEventArgs class with the specified settings.
See Also