Class ListBoxItemPaintEventArgs
Provides data for the Paint(VirtualListBox, ListBoxItemPaintEventArgs) event.
public class ListBoxItemPaintEventArgs : PaintEventArgs
- Inheritance
-
ListBoxItemPaintEventArgs
Constructors
- ListBoxItemPaintEventArgs(VirtualListBox, Graphics, RectD, int)
Initializes a new instance of the ComboBoxItemPaintEventArgs class.
Properties
- IsCurrent
Gets whether item is current.
- IsSelected
Gets whether item is selected.
- ItemAlignment
Gets alignment of the item.
- ItemFont
Gets font of the item.
- ItemImages
Gets normal and disabled images of the item.
- ItemIndex
Gets index of the item.
- ItemMinHeight
Gets minimal height of the item.
- ItemText
Gets text of the item.
- ListBox
Gets control which item is painted.
- TextColor
Gets foreground color of the item.