ListViewItem::ListViewSubItem Constructor (ListViewItem^, String^)
.NET Framework (current version)
Initializes a new instance of the ListViewItem::ListViewSubItem class with the specified owner and text.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- owner
-
Type:
System.Windows.Forms::ListViewItem^
A ListViewItem that represents the item that owns the subitem.
- text
-
Type:
System::String^
The text to display for the subitem.
.NET Framework
Available since 1.1
Available since 1.1
Show: