System.Windows.Forms.ListViewInsertionMark Members

The members of System.Windows.Forms.ListViewInsertionMark are listed below.

See Also: Inherited members from System.Object

Public Properties

AppearsAfterItembool.

Gets or sets a value indicating whether the insertion mark appears to the right of the item with the index specified by the ListViewInsertionMark.Index property.

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets the bounding rectangle of the insertion mark.

ColorSystem.Drawing.Color.

Gets or sets the color of the insertion mark.

Indexint.

Gets or sets the index of the item next to which the insertion mark appears.

Public Methods

NearestIndex(System.Drawing.Point) : int

Retrieves the index of the item closest to the specified point.