ListViewItem.ListViewSubItem Constructor
.NET Framework 4.5
Initializes a new instance of the ListViewItem.ListViewSubItem class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
ListViewItem.ListViewSubItem() | Initializes a new instance of the ListViewItem.ListViewSubItem class with default values. |
|
ListViewItem.ListViewSubItem(ListViewItem, String) | Initializes a new instance of the ListViewItem.ListViewSubItem class with the specified owner and text. |
|
ListViewItem.ListViewSubItem(ListViewItem, String, Color, Color, Font) | Initializes a new instance of the ListViewItem.ListViewSubItem class with the specified owner, text, foreground color, background color, and font values. |