TdxSpreadSheetPageControlHitTest Class
In This Article
Contains a caption bar’s HitTest information.
#Declaration
Delphi
TdxSpreadSheetPageControlHitTest = class(
TdxSpreadSheetCustomHitTest
)
#Remarks
Members of this class allow you to inspect a specific caption bar‘s point and obtain its HitTest information.
A TdxSpreadSheetPageControlHitTest
object is referenced by the HitTest property implemented in the TdxSpreadSheetPageControl class.
#Inheritance
TObject
TdxSpreadSheetCustomHitTest
TdxSpreadSheetPageControlHitTest
See Also