Vcl.ActnMan.TCustomActionControl.ShowShortCut
Delphi
property ShowShortCut: Boolean read GetShowShortCut;
C++
__property bool ShowShortCut = {read=GetShowShortCut, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionControl |
Description
Indicates whether the control's shortcut should be shown.
Read ShowShortCut to determine whether or not the custom action control's shortcut keystrokes should be shown.