TdxCustomRangeControl.HitTest Property
Provides access to the HitTest information about a specific point within the range control.
Declaration
property HitTest: TdxCustomRangeControlHitTest read;
Property Value
Type |
---|
TdxCustomRangeControlHitTest |
Remarks
You can use this property to identify specific range control UI elements corresponding to the inspected point and obtain their ViewInfo information. For detailed information, refer to the TdxCustomRangeControlHitTest class description.
See Also