Click or drag to resize

Menu.Accelerator Property (Typed)

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

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

Property Value

Type: Accelerator
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