Application.SetMenuBarActive

Application.SetMenuBarActive ( 

boolean Activate = true )

Description

Controls whether or not the application menu bar is active. This action is useful if you would like to prevent the user from accessing the menu while performing actions.

Parameters

Activate

(boolean) Whether to make the application menu bar active:

VALUE

DESCRIPTION

true

Allow the user to access the application menu bar. (Default)

false

Don't allow the user to access the application menu bar.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions