DrawListViewItemEventArgs Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Bounds | Gets the size and location of the ListViewItem to draw. |
![]() | DrawDefault | Gets or sets a property indicating whether the ListView control will use the default drawing for the ListViewItem. |
![]() | Graphics | Gets the Graphics used to draw the ListViewItem. |
![]() | Item | Gets the ListViewItem to draw. |
![]() | ItemIndex | Gets the index of the ListViewItem within the Items collection of the containing ListView. |
![]() | State | Gets the current state of the ListViewItem to draw. |
Show:
