ListViewItem Constructor (String[], String, ListViewGroup)
Initializes a new instance of the ListViewItem class with subitems containing the specified text, image, and group.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- items
- Type: System.String[]
An array of strings that represents the text for subitems of the ListViewItem.
- imageKey
- Type: System.String
The name of the image within the ImageList of the owning ListView to display in the item.
- group
- Type: System.Windows.Forms.ListViewGroup
The ListViewGroup to assign the item to.
This version of the constructor allows you to specify the group to which an item belongs.
The imageKey parameter specifies an image in the ImageList associated with the owning ListView control, which can be accessed with the ImageList property.
Note |
|---|
ListView groups are only available on Windows XP and the Windows Server 2003 family (Windows XP Home Edition, Windows XP Professional, Windows Server 2003). For more information, see the ListViewGroup overview topic. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note