MobileForms Toolkit Documentation

AdvancedComboBox.GetCellAtPoint Method 

Returns the cell at the specified point.

public CellEventArgs GetCellAtPoint(
Point pt
);

Parameters

pt
Point coordinates relative to client rectangle.

Return Value

CellEventArgs specifying the cell at the point.

Remarks

Use the client coordinates for the point. Returned Cell is null, if no cell is at the point.

Exceptions

Exception Type Condition
ArgumentException is thrown when specified point is out of the client rectangle.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace