Method GetHitTestProp
GetHitTestProp(PointD)
Returns property information about arbitrary position in the grid.
IPropertyGridItem? GetHitTestProp(PointD point)
Parameters
pointPointDCoordinates in the control.
Returns
Remarks
Coordinates in the virtual grid space. You may need to use CalcScrolledPositionD(PointD) for translating PropertyGrid client coordinates into something this member function can use.