The HitTestInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() |
CellRange |
Gets a CellRange object that represents the cell at
the specified location.
|
![]() |
CellType |
Gets the type of cell at the specified location.
|
![]() |
Column |
Gets the index of the column at the specified location.
|
![]() |
MouseEventArgs |
Gets the MouseEventArgs object used to create this
HitTestInfo object.
|
![]() |
Panel |
Gets the GridPanel at the specified location.
|
![]() |
Point |
Gets the Point that defines the hit test location.
|
![]() |
Rect |
Gets a Rect value that represents the bounds of the cell
at the specified location.
|
![]() |
Row |
Gets the index of the row at the specified location.
|