Vcl.ActnCtrls.TCustomButtonControl

提供:RAD Studio API Documentation

TCustomButtonControlVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TCustomButtonControl = class(TCustomActionControl)

C++

class PASCALIMPLEMENTATION TCustomButtonControl : public Vcl::Actnman::TCustomActionControl

プロパティ

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


説明

TCustomButtonControl は ActionBand ボタン コントロールの基底クラスです。

TCustomButtonControl は、いくつかの ActionBand コンポーネントの基底クラスです。 特に、標準のメニュー ボタン(TStandardMenuButton)がこのクラスから派生しています。

TCustomButtonControl のインスタンスを作成しないでください。 標準のメニュー ボタンの動作を切り替える場合は、TCustomMenuButton クラスを親クラスとして新しいクラスを作成します。

関連項目