ListViewItem.ListViewItem(ListViewItem.ListViewSubItem[], Int32, ListViewGroup) Constructor
Assembly: System.Windows.Forms (in system.windows.forms.dll)
public ListViewItem ( ListViewSubItem[] subItems, int imageIndex, ListViewGroup group )
public function ListViewItem ( subItems : ListViewSubItem[], imageIndex : int, group : ListViewGroup )
Not applicable.
Parameters
- subItems
An array of type ListViewItem.ListViewSubItem that represents the subitems of the item.
- imageIndex
The zero-based index of the image within the ImageList associated with the ListView that contains the item.
- group
The ListViewGroup to assign the item to.
This version of the constructor is useful when you create ListViewItem.ListViewSubItem objects before adding them to a ListViewItem object (for example, to indicate special formatting or to use the subitems in multiple items). It also allows you to specify the group to which an item belongs.
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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Note: