Steps to reproduce:
- Create a fresh project
- Drag-and-drop
DashboardDesigner
from VS Toolbox on a form - Use the designer's smart tag to create a ribbon
- Launch the application
- Open the backstage view and click on the Open menu item
Expected results:
The open file dialog is shown
Current results:
Nothing happens
Additional information:
Backstage items are not associated with the designer in this usage scenario. Manually assign their hidden DashboardDesigner
property as a workaround:
C#dashboardBackstageOpenButton1.DashboardDesigner = dashboardDesigner1;