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