AllowShortcutMenus Property

Applies To

Database Object.

Description

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.

Setting

The AllowShortcutMenus property uses the following settings.

Setting Description
True (-1) Allow Microsoft Access shortcut menus to be displayed.
False (0) Don’t 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.

Remarks

This property’s setting does not take effect until the next time the database opens.

See Also

AllowBreakIntoCode Property, AllowFullMenus Property.