ListViewItem.ListViewSubItem Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| BackColor | Gets or sets the background color of the subitem's text. |
| Bounds | Gets the bounding rectangle of the ListViewItem.ListViewSubItem. |
| Font | Gets or sets the font of the text displayed by the subitem. |
| ForeColor | Gets or sets the foreground color of the subitem's text. |
| Name | Gets or sets the name of the ListViewItem.ListViewSubItem. |
| Tag | Gets or sets an object that contains data about the ListViewItem.ListViewSubItem. |
| Text | Gets or sets the text of the subitem. |