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
templateTemplateControlControl template.
backColorColorBackground color. Optional.
locationPointD?Location of the tooltip.