﻿<?xml version="1.0" encoding="utf-8"?><Type Name="ListViewHitTestInfo" FullName="System.Windows.Forms.ListViewHitTestInfo"><TypeSignature Language="C#" Value="public class ListViewHitTestInfo" /><AssemblyInfo><AssemblyName>System.Windows.Forms</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para><see cref="T:System.Windows.Forms.ListViewHitTestInfo" /> is returned by the <see cref="T:System.Windows.Forms.ListView" /> class when the <see cref="Overload:System.Windows.Forms.ListView.HitTest" /> method is called.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Contains information about an area of a <see cref="T:System.Windows.Forms.ListView" /> control or a <see cref="T:System.Windows.Forms.ListViewItem" />.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public ListViewHitTestInfo (System.Windows.Forms.ListViewItem hitItem, System.Windows.Forms.ListViewItem.ListViewSubItem hitSubItem, System.Windows.Forms.ListViewHitTestLocations hitLocation);" /><MemberType>Constructor</MemberType><Parameters><Parameter Name="hitItem" Type="System.Windows.Forms.ListViewItem" /><Parameter Name="hitSubItem" Type="System.Windows.Forms.ListViewItem+ListViewSubItem" /><Parameter Name="hitLocation" Type="System.Windows.Forms.ListViewHitTestLocations" /></Parameters><Docs><param name="hitItem">To be added.</param><param name="hitSubItem">To be added.</param><param name="hitLocation">To be added.</param><summary>To be added.</summary><remarks>To be added.</remarks><since version=".NET 2.0" /></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Item"><MemberSignature Language="C#" Value="public System.Windows.Forms.ListViewItem Item { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.ListViewItem</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This value will be null if the <see cref="T:System.Windows.Forms.ListView" /> does not contain items or the position indicated is not on an item.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the <see cref="T:System.Windows.Forms.ListViewItem" /> at the position indicated by a hit test on a <see cref="T:System.Windows.Forms.ListView" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="Location"><MemberSignature Language="C#" Value="public System.Windows.Forms.ListViewHitTestLocations Location { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.ListViewHitTestLocations</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This property will return <see cref="F:System.Windows.Forms.ListViewHitTestLocations.None" /> if the hit test indicates a position that is within the client area of the <see cref="T:System.Windows.Forms.ListView" /> but is not located on a <see cref="T:System.Windows.Forms.ListViewItem" />.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the location of a hit test on a <see cref="T:System.Windows.Forms.ListView" /> control, in relation to the <see cref="T:System.Windows.Forms.ListView" /> and the items it contains.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member><Member MemberName="SubItem"><MemberSignature Language="C#" Value="public System.Windows.Forms.ListViewItem.ListViewSubItem SubItem { get; }" /><MemberType>Property</MemberType><ReturnValue><ReturnType>System.Windows.Forms.ListViewItem+ListViewSubItem</ReturnType></ReturnValue><Docs><value>To be added.</value><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This value will be null if the <see cref="T:System.Windows.Forms.ListView" /> does not contain subitems or the position indicated is not on a subitem.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the <see cref="T:System.Windows.Forms.ListViewItem.ListViewSubItem" /> at the position indicated by a hit test on a <see cref="T:System.Windows.Forms.ListView" />.</para></summary></Docs><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion></AssemblyInfo></Member></Members></Type>