The HitTestInfo type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property CellRange
Gets a CellRange object that represents the cell at the specified location.
Public property CellType
Gets the type of cell at the specified location.
Public property Column
Gets the index of the column at the specified location.
Public property MouseEventArgs
Gets the MouseEventArgs object used to create this HitTestInfo object.
Public property Panel
Gets the GridPanel at the specified location.
Public property Point
Gets the Point that defines the hit test location.
Public property Rect
Gets a Rect value that represents the bounds of the cell at the specified location.
Public property Row
Gets the index of the row at the specified location.

See Also