MenuItem.getHotKey

Syntax

getHotKey ();

Description

The getHotKey method returns the hotkeys names for the menu item.

Comments

Hot keys names are given from the JSON using the HotKey property.

Example

An example of method use is given in description of the Menu.getMenuItemById method.

See also:

MenuItem