DataListHitTest Method

Test a point within the data list control to see within which part it falls

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public DataListHitTestInfo HitTest(
	Point p
)

Parameters

p  Point
The point to test

Return Value

DataListHitTestInfo
Information about the location

See Also