System.Windows.Forms.ListViewItem: Method Members

The methods of System.Windows.Forms.ListViewItem are listed below. For a list of all members, see the ListViewItem Members list.

See Also: Inherited members from System.Object

Public Methods

BeginEdit()

Places the item text into edit mode.

Clone() : object

Creates an identical copy of the item.

EnsureVisible()

Ensures that the item is visible within the control, scrolling the contents of the control, if necessary.

FindNearestItem(SearchDirectionHint) : ListViewItem

Finds the next item from the System.Windows.Forms.ListViewItem, searching in the specified direction.

GetBounds(ItemBoundsPortion) : System.Drawing.Rectangle

Retrieves the specified portion of the bounding rectangle for the item.

GetSubItemAt(int, int) : ListViewItem.ListViewSubItem

Returns the subitem of the System.Windows.Forms.ListViewItem at the specified coordinates.

Remove()

Removes the item from its associated System.Windows.Forms.ListView control.

override
ToString() : string
Documentation for this section has not yet been entered.

Protected Methods