[]
        
(Showing Draft Content)

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

See Also

Returning Information for a Clicked Cell

Preventing a Cell from Receiving Focus

Customizing the Focus Indicator for a Cell