Hi there!
I'd like to migrate an existing VSTO Excel Application Addin to NetOffice.
This Addin uses RibbonControls which are populated with dynamic data at runtime (mostly "dynamicMenu" and some databound "comboBox" controls). For "dynamicMenu" I used to implement a "getContent" callback that instanciates and returns nested RibbonMenu controls.
What is the preferred way to do this with NetOffice (without using "Microsoft.Office.Tools.Ribbon")?
Can "Microsoft.Office.Tools.Ribbon" coexist with NetOffice (without loosing NetOffice's flexibility regarding Office and Visiual Studio versions)?
Thanks for your help and for your amazing project!
Best regards,
Thomas
I'd like to migrate an existing VSTO Excel Application Addin to NetOffice.
This Addin uses RibbonControls which are populated with dynamic data at runtime (mostly "dynamicMenu" and some databound "comboBox" controls). For "dynamicMenu" I used to implement a "getContent" callback that instanciates and returns nested RibbonMenu controls.
What is the preferred way to do this with NetOffice (without using "Microsoft.Office.Tools.Ribbon")?
Can "Microsoft.Office.Tools.Ribbon" coexist with NetOffice (without loosing NetOffice's flexibility regarding Office and Visiual Studio versions)?
Thanks for your help and for your amazing project!
Best regards,
Thomas