Vcl.Ribbon.TCustomRibbon.AllowKeyboardNavigation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowKeyboardNavigation: Boolean read FAllowKeyboardNavigation  write SetAllowKeyboardNavigation;

C++

__property bool AllowKeyboardNavigation = {read=FAllowKeyboardNavigation, write=SetAllowKeyboardNavigation, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbon

Description

Specifies if keyboard navigation is allowed or not.

Use AllowKeyboardNavigation to ckeck if keyboard can be used to navigate through ribbon controls.

See Also