TdxSpreadSheetCustomHitTest Members
The base class for HitTest classes that store information about the Spreadsheet and Report Designer control’s visual elements located at the test point.Constructors
| Name | Description |
|---|---|
| Create(TObject) | Initializes a new instance of the TdxSpreadSheetCustomHitTest class with specified settings. |
Properties
| Name | Description |
|---|---|
| ActualHitPoint | |
| HitObject | Returns ViewInfo information on the Spreadsheet or Report Designer control’s visual element located at the test point. |
| HitObjectData | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| HitPoint | Returns the pixel coordinates of the test point within the Spreadsheet or Report Designer control’s area. |
Methods
| Name | Description |
|---|---|
| Calculate(TPoint) | Calculates HitTest information for the specified point within the Spreadsheet or Report Designer control. |
| Clear | Clears stored HitTest information. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetPopupMenuClass(TPoint) | Returns a reference to the class of the popup menu at the test point. |
| Recalculate | Updates HitTest information about the mouse pointer position. |
| ToString | Inherited from TObject. |
See Also