MobileForms Toolkit Documentation

SmartGrid.GetCellAtPoint Method 

Gets the cell at defined point.

public Cell GetCellAtPoint(
Point clientCoords
);

Parameters

clientCoords
A Point in client coordinates.

Return Value

A Cell displayed at the given or if there is no cell.

Remarks

This function requires input point to be in client coordinates, i.e. relative to upper left corner of SmartGrid.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace