The HitTestInfo type exposes the following members.

Methods

  Name Description
Public method Equals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public method GetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Properties

  Name Description
Public property Code
Gets a code that determines the type of element at the given point.
Public property Field
Gets the field at the given point (or null if there is no field there).
Public property HitHandleFlags
Gets a set of flags that determines whether the point is on a field resizing handle (a field has eight handles, one at each corner and one along each edge).
Public property Point
Gets the point.
Public property Section
Gets the section at the given point (or null if the point is outside the design area).
Public property SectionX
Gets the position in section coordinates (twips, relative to the left of the section).
Public property SectionY
Gets the position in section coordinates (twips, relative to the top of the section).
Public property X
Get the client coordinates of the point.
Public property Y
Get the client coordinates of the point.

See Also