MobileForms Toolkit Documentation

TextCell.DrawToolTip Method 

Draws the tooltip for the specified cell.

protected virtual void DrawToolTip(
Graphics gr,
Brush foreBrush,
Rectangle layoutRectangle,
string text
);

Parameters

gr
Graphics to draw to.
foreBrush
Brush for drawing the tooltip, its default Color is ForeColor.
layoutRectangle
text
Text of the tooltip.

See Also

TextCell Class | Resco.Controls.AdvancedTree Namespace