Vcl.RibbonActnCtrls.TRibbonRecentButtonControl.AllowHotKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AllowHotKeys: Boolean; override;

C++

virtual bool __fastcall AllowHotKeys();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonRecentButtonControl

Description

Specifies whether HotKeys are allowed or not.

Vcl.RibbonActnCtrls.TRibbonRecentButtonControl.AllowHotKeys inherits from Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.AllowHotKeys. All content below this line refers to Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.AllowHotKeys.

Specifies whether HotKeys are allowed or not.

AllowHotKeys does not allow HotKeys, so the method returns False. A component derived from TRibbonBaseButtonControl may allow HotKeys.

See Also