System.Windows.Forms.ListViewHitTestInfo.Location Property

Gets the location of a hit test on a System.Windows.Forms.ListView control, in relation to the System.Windows.Forms.ListView and the items it contains.

Syntax

public ListViewHitTestLocations Location { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property will return ListViewHitTestLocations.None if the hit test indicates a position that is within the client area of the System.Windows.Forms.ListView but is not located on a System.Windows.Forms.ListViewItem.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0