ActnMan.TActionClientItem.ShortCut
Contents |
Delphi Information
From ActnMan.pas
property ShortCut: TShortCut read FShortCut write SetShortCut;
Unit: ActnMan
Type: property
Visibility: published
Member Of: TActionClientItem
C++ Information
From ActnMan.hpp
__property unsigned short ShortCut = {read=FShortCut,write=SetShortCut};
Unit: ActnMan
Type: property
Visibility: public
Member Of: TActionClientItem
Description
Contains the ShortCut property for the action client item.
Use ShortCut to specify the ShortCut that is displayed in the caption for the UI element that is rendered on an action band. By default, the ShortCut is blank and the action manager uses the ShortCut of the underlying action that the TActionClientItem represents. Changing the ShortCut property of the TActionClientItem does not change the ShortCut of the underlying action. If an action band contains a TCustomizeBandAction standard action, the user of the application can change this property. Because the shortcut key can be changed at runtime, the default shortcut key that will be used, should be set in the action itself and not in the TActionClientItem object.