When you right click an item under a goup in UltraExplorerBar a pop-up menu appears.
How can I disable this feature? or how can I disable these two buttons?
I already disabled the Edit Item by setting AllowEdit to false in that item, but I cant find a property that related to the remove item.
any help is greatly appreciated.
Problems solved...
Select the UltraExplorerBar, then search the propery showdefaultcontextmenu in the properties window and set it to false.
That works for the whole control, but what about on a group or an individual item in a group.
I have groups and items that I don't want the user to be allowed to move, delete, etc.
Perfect. Thank you.