Skip to main content

TdxBarItem.ShortCut Property

Specifies the shortcut for the bar item.

Declaration

property ShortCut: TShortCut read; write; default 0;

Property Value

Type Default Description
TShortCut 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