Table of Contents

Method GetHitTestColumn

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetHitTestColumn(PointI)

Returns column information about arbitrary position in the grid.

int GetHitTestColumn(PointI point)

Parameters

point PointI

Coordinates in the control.

Returns

int

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.