Accelerator gives access to the VarioMenuAccel object which defines accelerator key
combination for that menu item.Syntax:
VarioMenuItem.Accelerator - returns VarioMenuAccel
object.
Parameters:
Read-only.
Remarks:
When accelerator key combination is defined it is automatically showed to the user in
the visible caption of the menu item. That doesn't affect the Caption property of the menu item. You can change
the key combination at any time. Assign null value to Key
property of VarioMenuAccel object to deactivate the accelerator.
Applies to:
VarioMenuItem object
|