ShortMenus Property (AUser)

Returns or sets whether the user will have the short or long version of the IDE menus.

Syntax

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.

Where

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.

Comments

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.

Example

The following statement sets the user to have the long version of the IDE menus:

user1.ShortMenus=False

Applies to

AUser

See Also

FullName, Name, Rights