BarShortcut Constructors
Contains item shortcut settings.Name | Parameters | Description |
---|---|---|
BarShortcut() | none | Creates an instance of the BarShortcut class with default settings. |
BarShortcut(BarShortcut) | shortcut | Creates an instance of the BarShortcut class using settings of the specified shortcut object. |
BarShortcut(Keys, Keys) | key, secondKey | Creates a shortcut that consists of two key combinations. |
BarShortcut(Keys) | key | Creates an instance of the BarShortcut class with a predefined first key combination. |
BarShortcut(Shortcut) | shortcut | Creates an instance of the BarShortcut class with a predefined first key combination. |
See Also