Vcl.ActnMan.TCustomActionControl

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

Vcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomActionControl

Delphi

TCustomActionControl = class(TGraphicControl)

C++

class PASCALIMPLEMENTATION TCustomActionControl : public Vcl::Controls::TGraphicControl

プロパティ

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

説明

TCustomActionControl は,カスタムコントロール ActionBand の基本クラスです。

TCustomActionControl は,複数の ActionBand コンポーネントの基本クラスです。重要なのは,このクラスから標準メニュー項目(TStandardMenuItem)およびメニューボタン(TStandardMenuButton)が派生することです。

TCustomActionControl のインスタンスは作成しないでください。標準メニュー項目やメニューボタンの動作を置き換える場合は,変更後のクラスの親クラスとして TCustomMenuItem や TCustomMenuButton を使用します。

関連項目