MobileForms Toolkit Documentation

DetailView.GetItemAtPoint Method 

Gets the item at specified point.

public ItemEventArgs GetItemAtPoint(
Point pt
);

Parameters

pt
Point in the client coordinates.

Return Value

ItemEventArgs describing the item at the selected point.

Remarks

Uses the client coordinates of the point (relative to DetailView). If no item is at the selected point, a null reference is returned.

See Also

DetailView Class | Resco.Controls.DetailView Namespace