Vcl.ActnCtrls.TCustomButtonControl.GetShowShortCut
Delphi
function GetShowShortCut: Boolean; override;
C++
virtual bool __fastcall GetShowShortCut();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.ActnCtrls.pas Vcl.ActnCtrls.hpp |
Vcl.ActnCtrls | TCustomButtonControl |
Description
Getter method for the ShowShortCut property.
GetShowShortCut is the getter method for the ShowShortCut property.
Note: TCustomButtonControl does not support showing shortcuts, so the GetShowShortCut method returns False.