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