Provides data for the DrawItem event.
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| DrawListViewItemEventArgs(Graphics, ListViewItem, Rectangle, Int32, ListViewItemStates) |
Initializes a new instance of the DrawListViewItemEventArgs class.
| |
| Bounds |
Gets the size and location of the ListViewItem to draw.
| |
| DrawBackground()()()() |
Draws the background of the ListViewItem using its current background color.
| |
| DrawDefault |
Gets or sets a property indicating whether the CustomListView control will use the default drawing for the ListViewItem.
| |
| DrawFocusRectangle()()()() |
Draws a focus rectangle for the ListViewItem if it has focus.
| |
| DrawText()()()() |
Draws the text of the ListViewItem using its current foreground color.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Graphics |
Gets the Graphics used to draw the ListViewItem.
| |
| Item |
Gets the ListViewItem to draw.
| |
| ItemIndex | ||
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| State |
Gets the current state of the ListViewItem to draw.
| |
| ToString()()()() | (Inherited from Object.) |