Vcl.ActnMenus.TActionMainMenuBar.AutoFocus
Delphi
property AutoFocus: Boolean read FAutoFocus write FAutoFocus default 1;
C++
__property AutoFocus = {default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TActionMainMenuBar |
Description
Specifies whether the action bar receives auto-focus. {{#multireplace:Vcl.ActnMenus.TActionMainMenuBar.AutoFocus|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.ActnMenus.TCustomActionMenuBar.AutoFocus|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.ActnMenus.TCustomActionMenuBar.AutoFocus|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.