Skip to main content

TdxSpreadSheetPageControlHitTest Members

Contains a caption bar’s HitTest information.

Constructors

Name Description
Create(TObject) Initializes a new instance of the TdxSpreadSheetCustomHitTest class with specified settings. Inherited from TdxSpreadSheetCustomHitTest.

Properties

Name Description
ActualHitPoint Inherited from TdxSpreadSheetCustomHitTest.
HitAtBackground Indicates if the inspected point corresponds to the caption bar‘s background.
HitAtButton Indicates if the inspected point corresponds to one of the caption bar‘s buttons.
HitAtPageTab Indicates if the inspected point corresponds to one of the caption bar‘s worksheet tabs.
HitAtSplitter Indicates if the inspected point corresponds to the caption bar‘s splitter.
HitObject Returns ViewInfo information on the Spreadsheet or Report Designer control’s visual element located at the test point. Inherited from TdxSpreadSheetCustomHitTest.
HitObjectData This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from TdxSpreadSheetCustomHitTest.
HitPoint Returns the pixel coordinates of the test point within the Spreadsheet or Report Designer control’s area. Inherited from TdxSpreadSheetCustomHitTest.
PageControl Returns the caption bar instance to which this HitTest information belongs.

Methods

Name Description
Calculate(TPoint) Calculates HitTest information for the specified point within the Spreadsheet or Report Designer control. Inherited from TdxSpreadSheetCustomHitTest.
Clear Clears stored HitTest information. Inherited from TdxSpreadSheetCustomHitTest.
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. Inherited from TdxSpreadSheetCustomHitTest.
Recalculate Updates HitTest information about the mouse pointer position. Inherited from TdxSpreadSheetCustomHitTest.
ToString Inherited from TObject.
See Also