Vcl.ActnMan.TCustomActionBar.GetDesignMode

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

Delphi

function GetDesignMode: Boolean; virtual;

C++

virtual bool __fastcall GetDesignMode();

プロパティ

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


説明

アクション バーの設計モードを返します。

GetDesignMode は、アクション バーがカスタマイズ可能な場合には True を、そうでなければ False を返します。


関連項目