Back to Devexpress

TdxBarItem.ShortCut Property

vcl-dxbar-dot-tdxbaritem-d8582b46.md

latest742 B
Original Source

TdxBarItem.ShortCut Property

Specifies the shortcut for the bar item.

Declaration

delphi
property ShortCut: TShortCut read; write; default 0;

Property Value

TypeDefaultDescription
TShortCut0

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

TdxBarItem Class

TdxBarItem Members

dxBar Unit