MobileForms Toolkit Documentation

Office11Renderer.DrawToolTipArrowIfNeeded Method 

Draws tooltip arrow in right bottom corner if it is needed.

public static void DrawToolTipArrowIfNeeded(
Graphics gr,
string title,
Font font,
Rectangle aTitleRect,
Rectangle aBodyRect,
int halfHourHeight,
bool rightToLeft
);

Parameters

gr
Specifies the Graphics object.
title
The appointment's title.
font
The appointment's font type.
aTitleRect
The appointment's title rectangle.
aBodyRect
The appointment's body rectangle.
halfHourHeight
The half hour's height of OutlookWeekCalendar.
rightToLeft

See Also

Office11Renderer Class | Resco.Controls.OutlookControls Namespace