表示: Delphi C++
表示設定

Vcl.ActnMan.TCustomActionControl

提供:XE2 API Documentation
移動: 案内, 検索

Vcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TCustomActionControl

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 を使用します。

関連項目

以前のバージョン
他の言語