Table of Contents

Method GetHitTestProp

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

GetHitTestProp(PointD)

Returns property information about arbitrary position in the grid.

IPropertyGridItem? GetHitTestProp(PointD point)

Parameters

point PointD

Coordinates in the control.

Returns

IPropertyGridItem

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.