I don't want the user to be able to get into the Preferences dialog.
Therefore I set "Preferences" to Offline
Code: Select all
_RLC.SetProperty("Commands[\"Preferences\"].State", "Offline", 0);
Et voilà! He opens the "Preferences" dialog!

If I deny all contextmenus
Code: Select all
_RLC.SetProperty("General.DenyAllContextMenus", 1, 0);
BUT: He also can't customize the visibility of the toolbars and panes.

Is there a way for selective disable of contextmenu within document and control?
Is it also possible to disable the "Search By" command?
Best regards
cew