ListViewItem Constructor
Initializes a new instance of the ListViewItem class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| 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(array<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(array<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(array<ListViewItem::ListViewSubItem^>^, String^) | Initializes a new instance of the ListViewItem class with the specified subitems and image. |
![]() | ListViewItem(array<ListViewItem::ListViewSubItem^>^, String^, ListViewGroup^) | Initializes a new instance of the ListViewItem class with the specified subitems, image, and group. |
![]() | ListViewItem(SerializationInfo^, StreamingContext) | Initializes a new instance of the ListViewItem class with the specified serialization information and streaming context. |
![]() | ListViewItem(String^) | Initializes a new instance of the ListViewItem class with the specified item text. |
![]() | 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^, 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^, ListViewGroup^) | Initializes a new instance of the ListViewItem class with the specified item text and assigns it to the specified group. |
![]() | ListViewItem(String^, String^) | Initializes a new instance of the ListViewItem class with the specified text and image. |
![]() | ListViewItem(String^, String^, ListViewGroup^) | Initializes a new instance of the ListViewItem class with the specified text, image, and group. |
![]() | ListViewItem(array<String^>^) | Initializes a new instance of the ListViewItem class with an array of strings representing subitems. |
![]() | ListViewItem(array<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(array<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(array<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(array<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(array<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(array<String^>^, String^) | Initializes a new instance of the ListViewItem class with the specified item and subitem text and image. |
![]() | ListViewItem(array<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(array<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. |
![]() | ListViewItem(array<String^>^, String^, ListViewGroup^) | Initializes a new instance of the ListViewItem class with subitems containing the specified text, image, and group. |

