MobileForms Toolkit Documentation

MenuElement.Render Method 

Paints the contained collection of buttons.

public void Render(
Graphics g,
Point offset
);

Parameters

g
Graphics context.
offset
Offset for drawing.

Remarks

The buttons are drawn as vertical list, where each buttons text is centered inside a rectangle.

See Also

MenuElement Class | Resco.Controls.MessageBox Namespace