ListViewGroup Constructor (String^, String^)

 

Initializes a new instance of the ListViewGroup class using the specified values to initialize the Name and Header properties.

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

public:
ListViewGroup(
	String^ key,
	String^ headerText
)

Parameters

key
Type: System::String^

The initial value of the Name property.

headerText
Type: System::String^

The initial value of the Header property.

.NET Framework
Available since 2.0
Return to top
Show: