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