MobileForms Toolkit Documentation

Office11Renderer.DrawAllDayAppointment Method 

Draw a CustomAppointment.

public override void DrawAllDayAppointment(
Graphics gr,
CustomAppointment app,
ref Rectangle borderRect,
bool anIsSelected
);

Parameters

gr
The graphics used to paint.
app
The CustomAppointment.
borderRect
A Rectangle that limits the drawing region of this Graphics.
anIsSelected
True when the CustomAppointment is selected; otherwise false.

See Also

Office11Renderer Class | Resco.Controls.OutlookControls Namespace