Message 1 of 10
Context Menu complete replacement
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning,
I already managed to add a custom CommandItem to the Vault Explorer context menu. Since I'm aware that it's not possible to hide or remove single default standard CommandItem but just add new custom ones I was thinking about completely replace the Vault explorer context menu (see attachment) and replace it with another one created from scratch using C# code. I read about HiddenCommands and maybe I could use it at startup or at logon to hide the menu and replace it with another one from scratch. Is it currently possible ? The reason is that we only need to show the user a certain restricted set of commands and remove all the others. Thanks as always to everyone.