Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.AllowHotKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AllowHotKeys: Boolean; virtual;

C++

virtual bool __fastcall AllowHotKeys();

Properties

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

Description

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