Method GetHitTest
GetHitTest(int, int, IHitTestInfo)
When implemented by a class, fills hitTestInfo parameter by information about a part of the control at specified coordinate.
void GetHitTest(int x, int y, IHitTestInfo hitTestInfo)
Parameters
xintSpecifies horizontal coordinate of position to check.
yintSpecifies vertical coordinate of position to check.
hitTestInfoIHitTestInfoRetrieves information about part of control.