Nevron Forum

Remove selection tab from toolbar editor?

https://www.nevron.com/Forum/Topic5806.aspx

By Mike Butler - Monday, November 7, 2011

Is it possible to remove the "Selection" tab from the toolbar editor (from NCommandBarsManager) ? I want to give users the ability to add and customize toolbars but not to change any other settings

Mike

By Nevron Support - Monday, November 7, 2011

Hello Mike,

Currently, you can hide only the bottom buttons (Keyboard..., Menu Option... and Palette...).
You can do that by setting the following properties:

nCommandBarsManager1.EditorConfig.HasKeyboardButton = false;
nCommandBarsManager1.EditorConfig.HasMenuOptionsButton = false;
nCommandBarsManager1.EditorConfig.HasPaletteButton = false;

Considering your question we've decided to add an ability to hide the tabs from the Command Bars Manager Editor by adding 3 additional bool properties to the NCommandBarsManager.EditorConfig.

You will be able to find this feature in the next service pack, which should be released very soon.