Hi all,
I encountered a strange behaviour of a label tool in the ribbon.
If I set the formatted tooltip text it only appears if I also, in addition, set the normal tool tiptext. It doesn't matter what I set for normal tooltiptext, a blank is enough, but something must be filled in to make the other formatted tooltiptext appear.ultraToolbarsManager1.Tools["MyLabel"].SharedProps.ToolTipTextFormatted = "<b>BlaBla</b>";ultraToolbarsManager1.Tools["MyLabel"].SharedProps.ToolTipText = " "; // Blank makes the above formatted ttoltip appearIs this a bug or am I doing something wrong?
Regards
Michael