MobileForms Toolkit Documentation

AbstractRenderer.DrawAllDayAppointment Method 

Draw a CustomAppointment.

public abstract 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

AbstractRenderer Class | Resco.Controls.OutlookControls Namespace