MobileForms Toolkit Documentation

AbstractRenderer.DrawDayHeader Method (Graphics, Rectangle, String)

Draw the custom text into the day header.

public abstract void DrawDayHeader(
Graphics g,
Rectangle rect,
string text
);

Parameters

g
The graphics used to paint.
rect
A Rectangle that limits the drawing region of this Graphics.
text
Specifies the header's text.

See Also

AbstractRenderer Class | Resco.Controls.OutlookControls Namespace | AbstractRenderer.DrawDayHeader Overload List