I'm playing around with the Ribbon bar and have multiple tabs which displays user controls for different sections of the program i'm playing around with. One section is products that is basically a datagrid with add, edit and delete functionality, this is all on a single user control. Normally I'd put the add, edit and update buttons in this user control so the main view doesn't get cluttered with code.
What is the best or most proper way to access the ribbon buttons from a user control?
What is the best or most proper way to access the ribbon buttons from a user control?