Hi,
With word 2007 the caption shows the name of the document and "Microsoft Word", the document name is in black and the rest is in blue. Is there any way to do this with the ribbon? Attached is an example.
Thanks,
Bill
Bill,
The Caption property on the tbManager.Ribbon object allows formatted text, so you could certainly set it to something like:
Document1 - <span style="color:#89D1FF;">fdsfds</span>
-Matt
thanks matt, is the same posible with a regular form with its display style set to FormDisplayStyle.RoundedSizable?
It worked for me by setting the same property without making the ribbon visible. This is not possible without having an UltraToolbarsManager on the form, though.