TdxBarItem.ShortCut Property
In This Article
Specifies the shortcut for the bar item.
#Declaration
Delphi
property ShortCut: TShortCut read; write; default 0;
#Property Value
Type | Default | Description |
---|---|---|
TShort |
0 | The bar item shortcut. |
#Remarks
Setting the property calls the ShortCutChanged method.
Handle a bar manager’s OnHandleKey event to prevent the bar manager from handling certain shortcuts.
See Also