MenuItem.MenuModifier
From Xojo Documentation
This item was deprecated in version 2019r2. Please use MenuItem.HasStandardModifierKey as a replacement. |
Design Property (as Boolean)
The Control key on Windows and Linux and the Command key on Macintosh. If this property is selected, the MenuModifier key must be held down while pressing the key specified by the Key property to trigger the event handler for the MenuItem.
Notes
Use MenuItem.KeyboardShortCut to change this value at runtime.