I would like to change the tooltips. Can you please provide a sample?
Thanks,
Jon
Did you guys know you're phenomenal? Well you are!
Do I need to do a similar procedure if I want to modify the right-click context menu wording / options available on the tabs or is there a better way for that?
Hi Jon,
Thank you for your reply. I was looking into your requirement and I modified my sample application(DockManagerDocumentTabItemTooltipOffice2013) applying ContentTemplate for the DocumentTabGroup. I set the tooltip for the close button in this template to some custom text. The default template is located in:
C:\Program Files (x86)\Infragistics\2014.2\WPF\DefaultStyles\DockManager\DockManagerOffice2013.xaml
The necessary brushes are located in:
C:\Program Files (x86)\Infragistics\2014.2\WPF\DefaultStyles\DockManager\ DockManagerOffice2013_Brushes.xaml
Let me know, if you need any further assistance on this matter.
Here is the requested screenshot.
https://www.dropbox.com/s/gmgbceib49oltn3/tooltip_screenshot.png?dl=0
Eventually I will need the style to work on a tool window as well so if you can show how that style would work that would be great as well.
Thanks!
Thank you for your reply. Could you please attach a screenshot of the desired buttons of the content pane whose tooltip you would like to change when using DocumentContentHost?
Looking forward to hearing from you.
This is not working for me. Maybe it is because my panes are in a DocumentContentHost? Also, I need the Office2013 theme for these. I'm thinking BasedOn will not work since I am overriding the entire style, right? I'll need to just use the Office2013 template for DockManager?