Skip to main content

TdxCustomRangeControlHitTest.HitAtClientAreaMinSelectionThumb Property

Identifies if the inspected point corresponds to the selection thumb indicating the lower bound of the selected data range.

Declaration

property HitAtClientAreaMinSelectionThumb: Boolean index rchtClientAreaMinSelectionThumb 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 SelectedRangeMinValue property value on the currently displayed scale; otherwise, False.

See Also