G
Guest
I want to introduce a special "Admin" menu item into my WinForms app. It'll
normally be hidden but activated by a special key-sequence. To make it more
visible to a user (ex. while talking with a support person on the phone) I
thought of shifting it several centimetres to the right of the "Help" menu
item.
The only way I could think to do this was to add a special spacer menu item
in between Help and Admin. It works but I'm wondering if there's a simpler,
better way to do this.
normally be hidden but activated by a special key-sequence. To make it more
visible to a user (ex. while talking with a support person on the phone) I
thought of shifting it several centimetres to the right of the "Help" menu
item.
The only way I could think to do this was to add a special spacer menu item
in between Help and Admin. It works but I'm wondering if there's a simpler,
better way to do this.