ListViewGroup Constructor
.NET Framework (current version)
Initializes a new instance of the ListViewGroup class.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | ListViewGroup() | Initializes a new instance of the ListViewGroup class using the default header text of "ListViewGroup" and the default left header alignment. |
![]() | ListViewGroup(String^) | Initializes a new instance of the ListViewGroup class using the specified value to initialize the Header property and using the default left header alignment. |
![]() | ListViewGroup(String^, HorizontalAlignment) | Initializes a new instance of the ListViewGroup class using the specified header text and the specified header alignment. |
![]() | ListViewGroup(String^, String^) | Initializes a new instance of the ListViewGroup class using the specified values to initialize the Name and Header properties. |
Show:
