Vcl.ActnMan.TCustomActionBar.AllowHiding

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property AllowHiding: Boolean read FAllowHiding write FAllowHiding;

C++

__property bool AllowHiding = {read=FAllowHiding, write=FAllowHiding, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar


説明

アクション バンドを非表示にできるかどうかを決定します。

AllowHiding を使用すると、アプリケーションが実行時のエンド ユーザーによるカスタマイゼーションを許可している場合に、実行時にアクション バンドを非表示にできるかどうかを指定することができます。 AllowHidingTrue に設定すると、アクション バンドを実行時に非表示にすることができます。 AllowHidingFalse に設定すると、アクションを非表示にすることはできません。 メイン メニュー アクション バンドのように、特定のアクション バンドについては、この AllowHidingFalse を設定します。