MobileForms Toolkit Documentation

Cell.DrawSelection Method 

Draws visual representation of selection.

protected virtual void DrawSelection(
Graphics gr,
Rectangle drawbounds
);

Parameters

gr
drawing surface
drawbounds
bounds of cell

Remarks

In case that this cell is selected, this method is used to draw something meaningful into this cell to distinguish it from not unselected cells.

See Also

Cell Class | Resco.Controls.AdvancedComboBox Namespace