Hi,
On our AddIn we have an EditBox on our custom Ribbon. I would like to access its Text from a DockPane.
I was expecting something similar to what's in place for DockPanes (FrameworkApplication.DockPaneManager.Find("the id of the dockpane")) to exist but can't find anything on the API to get a reference to a control on the Ribbon.
Thanks