Vcl.ActnCtrls.TActionToolBar.AllowHiding

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowHiding: Boolean read FAllowHiding write FAllowHiding default 1;

C++

__property AllowHiding = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TActionToolBar

Description

Determines whether the action band can be hidden.

Vcl.ActnCtrls.TActionToolBar.AllowHiding inherits from Vcl.ActnMan.TCustomActionBar.AllowHiding. All content below this line refers to Vcl.ActnMan.TCustomActionBar.AllowHiding.

Determines whether the action band can be hidden.

Use AllowHiding to specify whether the action band can be hidden at run time, if the application allows run-time customization by the end user. Setting AllowHiding to True allows the action band to be hidden at run time. If AllowHiding is set to False, the action cannot be hidden. Certain action bands, such as the main menu action band, should set this AllowHiding to False.