TdxCustomRangeControlHitTest.HitAtClientArea Property
In This Article
Identifies if the inspected point corresponds to the range control‘s client area.
#Declaration
Delphi
property HitAtClientArea: Boolean index rchtClientArea read;
#Property Value
Type |
---|
Boolean |
#Remarks
The range control’s client area displays the data visualization provided either by the associated client control or via custom implementation. The client area includes:
The current data range selection;
The selection thumbs indicating/defining the lower and upper data range selection bounds;
The area outside the data range selection, except for both the ruler and the Zoom&Scroll bar.
{Image}
This property returns True if the inspected point is within the range control’s client area; otherwise, False.
See Also