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
1690
Persist Ribbon Customizations from code to a stream
posted

Hello,

how can i save the ribbon customizations to a stream from code, without using the customization window?

 

Thank you in advance,

Michael

Parents
  • 6475
    posted

    Hi,

     

    The ribbon exposes two methods that you can use: ribbon.ExportRibbonLayout() and respectively - ImportRibbonLayout(), both accepting a stream as an input parameter.

     

    Hope this helps,

Reply Children