ListViewItem.Clone Method
.NET Framework 4
Creates an identical copy of the item.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System.ObjectAn object that represents an item that has the same text, image, and subitems associated with it as the cloned item.
Implements
ICloneable.Clone()You can use this method to create a new instance of the ListViewItem class based on an existing item. Even the subitems of the item being cloned are specified for the new version. This feature is useful if you want to reuse a ListViewItem in more than one ListView control.
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.