This topic has not yet been rated - Rate this topic

ListViewItem.ListViewItem(ListViewItem.ListViewSubItem[], Int32, ListViewGroup) Constructor

Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of ListViewItem.ListViewSubItem objects, and assigns the item to the specified group.

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)

public ListViewItem (
	ListViewSubItem[] subItems,
	int imageIndex,
	ListViewGroup group
)
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.

NoteNote:

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.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.