ListViewItem Constructor (String^, Int32)
.NET Framework (current version)
Initializes a new instance of the ListViewItem class with the specified item text and the image index position of the item's icon.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- text
-
Type:
System::String^
The text to display for the item. This should not exceed 259 characters.
- imageIndex
-
Type:
System::Int32
The zero-based index of the image within the ImageList associated with the ListView that contains the item.
The text of the ListViewItem should not exceed 259 characters or unexpected behavior could occur.
.NET Framework
Available since 1.1
Available since 1.1
Show: