Spread Windows Forms 9.0 Product Documentation > Developer's Guide > Customizing Sheet Interaction > Customizing Interaction with the Overall Component > Locating the Pointer Using HitTest |
You can locate the pointer at any time in code using the HitTest method of the Spread component. Whether you are meeting accessibility standards and displaying information for the user based on pointer location, or want to provide additional support based on pointer location, you can use this capability to customize the display and user interaction.
The list of members corresponding to this capability are listed here:
Component Area | Class Name |
---|---|
Spread component | FpSpread.HitTest method |
Spread component | HitTestType enumeration |
Spread component | HitTestInformation class |
Row or column header | HeaderHitTestInformation class |
Outline (range group) area | RangeGroupHitTestInformation class |
Tab strip | TabStripHitTestInformation class |
Viewport | ViewportHitTestInformation class |