GetMenuItemAccelerator method

Applies to

Description

Returns the accelerator string (based on the list of valid accelerators) for the specified command.

Syntax

[ReturnValue =] Object.GetMenuItemAccelerator(MenuCmdNo)

Part

Data type

Description

Object

Object

An object expression that evaluates to an object in the Applies To list.

MenuCmdNo

Long

Could be any of your user-defined commands or one of the standard commands. See the list of user-defined menu constants and the list of menus for each FORMS module: Manager, Scan, Interpret, Verify, and Transfer.

Return value

Data type: String – the accelerator string (according to the list of valid accelerators) for the specified command.

Remarks

Classic method

XxxxGetMenuItemAcc