Data List Hit Test Info Class
This is used to contain information about a location within a DataList control such as the
row and/or area at a specified location.
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public sealed class DataListHitTestInfoVB
Public NotInheritable Class DataListHitTestInfoC++
public ref class DataListHitTestInfo sealedF#
[<SealedAttribute>]
type DataListHitTestInfo = class end- Inheritance
- Object DataListHitTestInfo
Properties
| 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. |
Methods
| 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) |
Fields
| Nowhere | This can be used to compare a hit test result to see if it was in an undefined location |