Vcl.RibbonActnCtrls.TRibbonRecentButtonControl.AllowHotKeys

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AllowHotKeys: Boolean; override;

C++

virtual bool __fastcall AllowHotKeys();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonRecentButtonControl

Beschreibung

Gibt an, ob die HotKeys zulässig sind oder nicht.

Vcl.RibbonActnCtrls.TRibbonRecentButtonControl.AllowHotKeys erbt von Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.AllowHotKeys. Der folgende Inhalt bezieht sich auf Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.AllowHotKeys.

Gibt an, ob die HotKeys zulässig sind oder nicht.

AllowHotKeys lässt keine HotKeys zu, so wird die Methode False zurückgeben. Eine aus TRibbonBaseButtonControl abgeleitete Komponente kann HotKeys zulassen.

Siehe auch