ListViewItem::ListViewSubItem Constructor (ListViewItem^, String^)

 

Initializes a new instance of the ListViewItem::ListViewSubItem class with the specified owner and text.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
ListViewSubItem(
	ListViewItem^ owner,
	String^ text
)

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
Return to top
Show: