Table of Contents

Method SetToolTipFromTemplate

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

SetToolTipFromTemplate(TemplateControl, Color?)

Sets tooltip with contents filled from the template data.

public virtual IRichToolTip SetToolTipFromTemplate(TemplateControl template, Color? backColor = null)

Parameters

template TemplateControl

Template with tooltip data.

backColor Color

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

Returns

IRichToolTip