Returns or sets whether the user will have the short or long version of the IDE menus.
Object.ShortMenus [ = bShortMenus ]
The ShortMenus property syntax has the following parts:
Name |
Type |
Description |
Object |
AUser |
AUser object |
bShortMenus |
Bool |
A boolean expression that specifies whether the user will have the short or long version of the IDE menus. |
bShortMenus can be one of the following:
Value |
Description |
True * |
The user will have the short version of the IDE menus. |
False |
The user will have the long version of the IDE menus. |
It is recommended that if the user is a tester; that is, if the user has only Execute and Debug Tests rights, that this property be set to True.
The following statement sets the user to have the long version of the IDE menus:
user1.ShortMenus=False