ListViewGroupCollection::Add Method (String^, String^)
.NET Framework (current version)
Adds a new ListViewGroup to the collection using the specified values to initialize the Name and Header properties
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- key
-
Type:
System::String^
The initial value of the Name property for the new group.
- headerText
-
Type:
System::String^
The initial value of the Header property for the new group.
.NET Framework
Available since 2.0
Available since 2.0
Show: