Method ShowToolTipFromTemplate
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
TemplateControlControl template.
backColor
ColorBackground color. Optional.
location
PointD?Location of the tooltip.