MobileForms Toolkit Documentation

Cell.DrawBorder Method 

Draws the border of cell

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

Parameters

gr
drawing surface
drawbounds
bounds of cell

Remarks

Border is draw outside the Bounds of the cell, so you should leave space for it. Border colors are determinded by the GetColor method. Overall look of the border is determined by the BorderType.

See Also

Cell Class | Resco.Controls.AdvancedList Namespace | BorderType