MobileForms Toolkit Documentation

Office11Renderer.DrawGripper Method 

Draw the CustomAppointment's grip

public Rectangle DrawGripper(
Graphics g,
Rectangle rect,
CustomAppointment appointment,
bool isSelected,
int gripWidth,
int hourLines,
int halfHourHeight
);

Parameters

g
The graphics used to paint.
rect
A Rectangle that limits the drawing region of this Graphics.
appointment
The CustomAppointment.
isSelected
True when the CustomAppointment is selected; otherwise false.
gripWidth
The width of appointment grip.
hourLines
Specifies the number of lines in one hour of OutlookWeekCalendar.
halfHourHeight
The height of one row in OutlookWeekCalendar.

Return Value

Calculated grip rectangle.

See Also

Office11Renderer Class | Resco.Controls.OutlookControls Namespace