Click or drag to resize

Menu.Accelerator Property

X#
The accelerator table to be used with this menu.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Accelerator AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
The accelerator table to be used with this menu.
Remarks
The accelerator table to be used with this menu. The Menu Editor generates code that creates an accelerator and assigns it to the menu; when the menu is assigned to a window, the corresponding accelerator is assigned also.
See Also