Database Object.
You can use the AllowShortcutMenus property to specify whether or not your application allows Microsoft Access to display shortcut menus. For example, you can use the AllowShortcutMenus property to prevent the user from using any shortcut menu within your application.
The AllowShortcutMenus property uses the following settings.
Setting | Description |
True (-1) | Allow Microsoft Access shortcut menus to be displayed. |
False (0) | Dont allow Microsoft Access shortcut menus to be displayed. |
You can set this property by using a macro or Visual Basic. You can also set this property using the Allow Default Shortcut Menus option in the Startup dialog box, available by clicking Startup on the Tools menu. This is the easiest way to set this property.
This propertys setting does not take effect until the next time the database opens.
AllowBreakIntoCode Property, AllowFullMenus Property.