MobileForms Toolkit Documentation

ToolbarControl.GetItemAtPoint Method 

Gets the toolbar item at specified point.

public ToolbarItem GetItemAtPoint(
Point p
);

Parameters

p
Point in the client coordinates.

Return Value

ToolbarItem at the selected point.

Remarks

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

See Also

ToolbarControl Class | Resco.Controls.CommonControls Namespace