public sealed class DataListHitTestInfo
Public NotInheritable Class DataListHitTestInfo
public ref class DataListHitTestInfo sealed
[<SealedAttribute>]
type DataListHitTestInfo = class end
Row | This read-only property returns the zero-based row number at the location or -1 if there is no row at the location. |
Type | This read-only property returns the area of the data list at the location or None if there is nothing at the location. |
Equals |
This is overridden to compare hit test objects correctly
(Overrides ObjectEquals(Object)) |
GetHashCode |
This is overridden to get a hash code for a hit test object
(Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString |
This is overridden to convert a hit test object to a string
(Overrides ObjectToString) |
Nowhere | This can be used to compare a hit test result to see if it was in an undefined location |