Skip to main content

TdxBarItem.ShortCutChanged Method

Called when the bar item’s shortcut is changed.

Declaration

procedure ShortCutChanged; virtual;

Remarks

This method is called when the bar item’s ShortCut property value is changed.

Handle a bar manager’s OnHandleKey event to prevent the bar manager from handling certain shortcuts.

See Also