Wimark.Controls Class Library  

ListViewGroup(String) Constructor

Initializes a new instance of the ListViewGroup class using the specified header text.

[Visual Basic]
Public Sub New( _
   ByVal text As String _
)
 
[C#]
public ListViewGroup( 
   string text 
);
[C++]
public: ListViewGroup( 
   String* text 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

ListViewGroup Class | ListViewGroup Members | Wimark.Controls Namespace