ListViewItem Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | BeginEdit() | Places the item text into edit mode. |
![]() | Clone() | Creates an identical copy of the item. |
![]() | Deserialize(SerializationInfo^, StreamingContext) | 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(SearchDirectionHint) | Finds the next item from the ListViewItem, searching in the specified direction. |
![]() | GetBounds(ItemBoundsPortion) | Retrieves the specified portion of the bounding rectangle for the item. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSubItemAt(Int32, Int32) | Returns the subitem of the ListViewItem at the specified coordinates. |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | Remove() | Removes the item from its associated ListView control. |
![]() | Serialize(SerializationInfo^, StreamingContext) | Serializes the item. |
![]() | ToString() | Returns a string that represents the current object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | Serializes the item. |



