Table of Contents

Method ShowToolTipFromTemplate

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

ShowToolTipFromTemplate(TemplateControl, Color?, PointD?)

Shows tooltip with contents filled from the template data.

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

Parameters

template TemplateControl

Template with tooltip data.

backColor Color

Background color. Optional. If not specified, background color of the template control is used.

location PointD?

Location where tooltip will be shown.

Returns

IRichToolTip