Menu.Accelerator Property (Typed) | |
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
public virtual Accelerator Accelerator { get; set; }
Request Example
View SourceProperty Value
Type:
AcceleratorThe 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