Method GetHitTestColumn
GetHitTestColumn(PointD)
Returns column information about arbitrary position in the grid.
public virtual int GetHitTestColumn(PointD point)
Parameters
point
PointDCoordinates 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.