Vcl.ActnMan.TCustomActionControl.ActionBar

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

Delphi

property ActionBar: TCustomActionBar read GetActionBar;

C++

__property TCustomActionBar* ActionBar = {read=GetActionBar};

プロパティ

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

説明

カスタムアクションコントロールを保持する ActionBand オブジェクトです。

カスタムアクションコントロールは,TActionMainMenuBar などの ActionBand ユーザーインターフェースオブジェクトにあるオブジェクトです。ActionBar プロパティを使用すると,カスタムアクションコントロールを参照できます。

関連項目