ListBoxDrawItemEventArgs Constructors
Supplies 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