DrawListViewSubItemEventArgs Properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | Bounds | Gets the size and location of the ListViewItem::ListViewSubItem to draw. |
![]() | ColumnIndex | Gets the index of the ListView column in which the ListViewItem::ListViewSubItem is displayed. |
![]() | DrawDefault | Gets or sets a value indicating whether the ListViewItem::ListViewSubItem should be drawn by the operating system instead of owner-drawn. |
![]() | Graphics | Gets the Graphics used to draw the ListViewItem::ListViewSubItem. |
![]() | Header | Gets the header of the ListView column in which the ListViewItem::ListViewSubItem is displayed. |
![]() | Item | Gets the parent ListViewItem of the ListViewItem::ListViewSubItem to draw. |
![]() | ItemIndex | Gets the index of the parent ListViewItem of the ListViewItem::ListViewSubItem to draw. |
![]() | ItemState | Gets the current state of the parent ListViewItem of the ListViewItem::ListViewSubItem to draw. |
![]() | SubItem | Gets the ListViewItem::ListViewSubItem to draw. |
