ListViewGroup Constructor (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.

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

public:
ListViewGroup(
	String^ header
)

Parameters

header
Type: System::String^

The text to display for the group header.

.NET Framework
Available since 2.0
Return to top
Show: