ListViewItem Methods
.NET Framework 4
The ListViewItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginEdit | Places the item text into edit mode. |
|
Clone | Creates an identical copy of the item. |
|
Deserialize | Deserializes the item. |
|
EnsureVisible | Ensures that the item is visible within the control, scrolling the contents of the control, if necessary. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FindNearestItem | Finds the next item from the ListViewItem, searching in the specified direction. |
|
GetBounds | Retrieves the specified portion of the bounding rectangle for the item. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetSubItemAt | Returns the subitem of the ListViewItem at the specified coordinates. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Remove | Removes the item from its associated ListView control. |
|
Serialize | Serializes the item. |
|
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |