MobileForms Toolkit Documentation

AdvancedList.RedrawBackground Method 

Paints the background of AdvancedList into back buffer. See remarks section for more details.

protected virtual void RedrawBackground(
Graphics g,
Rectangle rect
);

Parameters

g
Graphics object to paint to.
rect
Rectangle which the method paints to. You should not paint outside this rectangle.

Remarks

This method is only called, if at least some part of AdvancedList's background is visible. Method paints the background by drawing a filled rectangle over AdvancedList's background with current BackColor.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace