Spread Windows Forms 18 Product Documentation / Developer's Guide / Customizing Interaction in Cells / Using Visible Indicators in the Cell / Locating the Pointer Using HitTest
In This Topic
Locating the Pointer Using HitTest
In This Topic

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
See Also