Hi,
I have an Infragistics Ribbon with few tools.
I would like to add X button on the right side of the menu item.
how can I customize the Infragistics.Windows.Ribbon.ButtonTool to include this custom control, instead of the text+image default behavior?
Thanks!
Hello eligazit,
In order to customize the ButtonTool control, I can suggest you a couple of approaches:
I have attached a sample application that uses the second approach from above. Please refer to the "NEW RibbonButtonChrome" and the "CUSTOM BUTTON" commented tags in the "RibbonButtonToolTemplate" ControlTemplate from the Application.Resources.This can serve to you as a starting point for implementing the desired functionality.
If you have any further questions, please let me know.
Thanks, this was exactly what I've needed