ListViewItem Constructor (String^)
.NET Framework (current version)
Initializes a new instance of the ListViewItem class with the specified item text.
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.
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: