Table of Contents

Method ShowToolTipFromTemplate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ShowToolTipFromTemplate(TemplateControl, Color?, PointD?)

Shows tooltip with the image built using the specified control template Tooltip is shown at the specified location specified in the client coordinates of the tooltip container.

IRichToolTip ShowToolTipFromTemplate(TemplateControl template, Color? backColor = null, PointD? location = null)

Parameters

template TemplateControl

Control template.

backColor Color

Background color. Optional.

location PointD?

Location of the tooltip.

Returns

IRichToolTip