Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Tying the security into the menu system is certainly a large enhancement request, however, if you subclass a ToolStripMenuItem (button, separator, label, etc.), you must also re-create the control designer(s) for the menu itself. The problem is that the control designer for the menu has the ability to add the menu items to the control, and there is no way to extend the control designer to tell it to add an new instance of our subclassed menu item over the base menu item. For now, you have to manually test the permissions in code and disable/enable or show/hide the menu items accordingly.
|