Is it possible to get a tooltip on the individual buttons in the editor rather than just on the Editor component?
this.ToolTipManager.SetUltraToolTip(this.ReportNumberUpDown.ButtonsRight["NewNumber"], new UltraToolTipInfo("TooltipGenerateNewReportNumber", Infragistics.Win.ToolTipImage.Info, "MessageBoxTitle", DefaultableBoolean.True));
The above of course does not work. I cannot see anyway to do this as Tooltip manager uses a Control to set the tooltip on.
Thanks,
Andez
Hello Paul,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.