Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Contextual Tab Groups
posted

Hi,

In  my application, I have a startup.cs form that creates a ribbon menu bar. On clicking one of the menu items, a child form(childform.cs) is opened which has its own toolbar (for e.g. Edit/Update/Undo etc). There are tool items that are unique to each form. I would like to add these tool items into the ribbon contextual group and on clicking them, i would like it to call the button click function of the childform.cs and not the button click on startup.cs. Any ideas how this can be done?