TdxCustomRangeControlHitTest Class
Stores HitTest information of the range control.
Declaration
TdxCustomRangeControlHitTest = class(
TObject
)
Remarks
This class provides the following members that allow you to:
Specify the inspected point within the range control (HitPoint);
Obtain ViewInfo information for the inspected UI element of the control (HitObject);
Identify the type of the inspected UI element within the control’s client area (HitAtClientArea, HitAtClientAreaMinSelectionThumb, HitAtClientAreaMaxSelectionThumb, and HitAtClientAreaSelectedRange);
Identify the type of the inspected UI element within the control’s Zoom&Scroll bar area (HitAtZoomScrollBar, HitAtZoomScrollBarMinZoomGrip, HitAtZoomScrollBarMaxZoomGrip, HitAtZoomScrollBarSelectionScrollThumb, and HitAtZoomScrollBarViewportScrollThumb);
Identify if the inspected point corresponds to a scale header within the range control’s ruler (HitAtRulerElement);
Clear the currently stored HitTest information (Clear).
A TdxCustomRangeControlHitTest
object is referenced by the range control’s HitTest property.