ListViewHitTestInfo.Location Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::Windows::Forms::ListViewHitTestLocations Location { System::Windows::Forms::ListViewHitTestLocations get(); };
public System.Windows.Forms.ListViewHitTestLocations Location { get; }
member this.Location : System.Windows.Forms.ListViewHitTestLocations
Public ReadOnly Property Location As ListViewHitTestLocations
Property Value
One of the ListViewHitTestLocations values.
Remarks
This property will return None if the hit test indicates a position that is within the client area of the ListView but is not located on a ListViewItem.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.