MobileForms Toolkit Documentation

Cell.Draw Method 

Draws the cell.

protected internal virtual void Draw(
Graphics gr,
int xOffset,
int yOffset,
int gridWidth,
object data,
ItemSpecificCellProperties iscp
);

Parameters

gr
Drawing surface
xOffset
offset of the item from left
yOffset
offset of the item from top
gridWidth
width of item
data
data to display
iscp

See Also

Cell Class | Resco.Controls.AdvancedComboBox Namespace