I have created an Addin for my company and all is working well. Now I want to display an About box with version release notes and other info. Currently I am just displaying a MessageBox but the notes are getting too lengthy. I also tested the toast Notification but am not sure my info belongs there.
What would be recommended as a a standard to display About info? a Form? in the Backstage? another control?