TdxCustomRangeControlHitTest.HitAtClientAreaMaxSelectionThumb Property
Identifies if the inspected point corresponds to the selection thumb indicating the upper bound of the selected data range.
Declaration
property HitAtClientAreaMaxSelectionThumb: Boolean index rchtClientAreaMaxSelectionThumb read;
Property Value
Type |
---|
Boolean |
Remarks
The HitAtClientAreaMinSelectionThumb and HitAtClientAreaMaxSelectionThumb properties allow you to identify if the inspected point corresponds to one of the thumbs that indicate/define the lower and upper bounds of the selected data range, respectively.
{Image}
This property returns True if the inspected point corresponds to the selection thumb indicating the range control’s SelectedRangeMaxValue property value on the currently displayed scale; otherwise, False.
See Also