TdxBarItem.ShortCutChanged Method
In This Article
Applies a shortcut change for the bar item.
#Declaration
Delphi
procedure ShortCutChanged; virtual;
#Remarks
The ShortCut property setter calls the ShortCutChanged
procedure to apply the updated shortcut.
Tip
You can handle the parent bar manager’s On
See Also