ListViewItem Constructor
.NET Framework 4.5
Initializes a new instance of the ListViewItem 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() | Initializes a new instance of the ListViewItem class with default values. |
|
ListViewItem(ListViewGroup) | Initializes a new instance of the ListViewItem class and assigns it to the specified group. |
|
ListViewItem(String) | Initializes a new instance of the ListViewItem class with the specified item text. |
|
ListViewItem(String[]) | Initializes a new instance of the ListViewItem class with an array of strings representing subitems. |
|
ListViewItem(ListViewItem.ListViewSubItem[], Int32) | Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of ListViewItem.ListViewSubItem objects. |
|
ListViewItem(ListViewItem.ListViewSubItem[], String) | Initializes a new instance of the ListViewItem class with the specified subitems and image. |
|
ListViewItem(SerializationInfo, StreamingContext) | Initializes a new instance of the ListViewItem class with the specified serialization information and streaming context. |
|
ListViewItem(String, Int32) | Initializes a new instance of the ListViewItem class with the specified item text and the image index position of the item's icon. |
|
ListViewItem(String, String) | Initializes a new instance of the ListViewItem class with the specified text and image. |
|
ListViewItem(String, ListViewGroup) | Initializes a new instance of the ListViewItem class with the specified item text and assigns it to the specified group. |
|
ListViewItem(String[], Int32) | Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of strings representing subitems. |
|
ListViewItem(String[], String) | Initializes a new instance of the ListViewItem class with the specified item and subitem text and image. |
|
ListViewItem(String[], ListViewGroup) | Initializes a new instance of the ListViewItem class with an array of strings representing subitems, and assigns the item to the specified group. |
|
ListViewItem(ListViewItem.ListViewSubItem[], Int32, ListViewGroup) | Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of ListViewItem.ListViewSubItem objects, and assigns the item to the specified group. |
|
ListViewItem(ListViewItem.ListViewSubItem[], String, ListViewGroup) | Initializes a new instance of the ListViewItem class with the specified subitems, image, and group. |
|
ListViewItem(String, Int32, ListViewGroup) | Initializes a new instance of the ListViewItem class with the specified item text and the image index position of the item's icon, and assigns the item to the specified group. |
|
ListViewItem(String, String, ListViewGroup) | Initializes a new instance of the ListViewItem class with the specified text, image, and group. |
|
ListViewItem(String[], Int32, ListViewGroup) | Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of strings representing subitems, and assigns the item to the specified group. |
|
ListViewItem(String[], String, ListViewGroup) | Initializes a new instance of the ListViewItem class with subitems containing the specified text, image, and group. |
|
ListViewItem(String[], Int32, Color, Color, Font) | Initializes a new instance of the ListViewItem class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing subitems. |
|
ListViewItem(String[], String, Color, Color, Font) | Initializes a new instance of the ListViewItem class with the subitems containing the specified text, image, colors, and font. |
|
ListViewItem(String[], Int32, Color, Color, Font, ListViewGroup) | Initializes a new instance of the ListViewItem class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing subitems. Assigns the item to the specified group. |
|
ListViewItem(String[], String, Color, Color, Font, ListViewGroup) | Initializes a new instance of the ListViewItem class with the subitems containing the specified text, image, colors, font, and group. |