Profile Picture

Remove selection tab from toolbar editor?

Posted By Mike Butler 13 Years Ago
Author
Message
Mike Butler
Posted 13 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)Forum Newbie (1 reputation)

Group: Forum Members
Last Active: 13 Years Ago
Posts: 1, Visits: 1

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



Nevron Support
Posted 13 Years Ago
View Quick Profile
Supreme Being

Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)Supreme Being (4,350 reputation)

Group: Forum Members
Last Active: 14 hours ago
Posts: 3,043, Visits: 3,777
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.

Best Regards,
Nevron Support Team





Similar Topics


Reading This Topic