It would be nice to have a menu control. This would allow people to add traditional menus to their screens.
Although it would be quite a lot of work, the way I would like to do it is as follows...
Do the control as a group, and add a custom editor that allows them to build a menu, including child menu items, which would be saved somehow.
Need to work out how to allow the screen code behind to grab the control so it could catch the menu item's click events. Maybe implement the icontrolproxy interface manually. If this doesn't work, do it as a non-static control, which would allow us to save the men substructure in the bound property as xml.
It would be nice to have a menu control. This would allow people to add traditional menus to their screens.
Although it would be quite a lot of work, the way I would like to do it is as follows...
Do the control as a group, and add a custom editor that allows them to build a menu, including child menu items, which would be saved somehow.
Need to work out how to allow the screen code behind to grab the control so it could catch the menu item's click events. Maybe implement the icontrolproxy interface manually. If this doesn't work, do it as a non-static control, which would allow us to save the men substructure in the bound property as xml.