Vcl.ActnMenus.TCustomActionMenuBar.AutoFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoFocus: Boolean read FAutoFocus write FAutoFocus;

C++

__property bool AutoFocus = {read=FAutoFocus, write=FAutoFocus, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Specifies whether the action bar receives auto-focus.

Use the AutoFocus property to determine whether the action bar receives auto-focus. AutoFocus is True if the action bar has auto-focus, and False otherwise. When a menu is created, it receives auto-focus by default.