Vcl.ThemedActnCtrls.TThemedButtonControl

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

Vcl.ActnCtrls.TCustomButtonControlVcl.ActnMan.TCustomActionControlVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTThemedButtonControl

Delphi

TThemedButtonControl = class(TCustomButtonControl)

C++

class PASCALIMPLEMENTATION TThemedButtonControl : public Vcl::Actnctrls::TCustomButtonControl

プロパティ

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

説明

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

Vcl.ThemedActnCtrls.TThemedButtonControl は Vcl.ActnCtrls.TCustomButtonControl を継承しています。以下の内容はすべて Vcl.ActnCtrls.TCustomButtonControl を参照しています。

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

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

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

関連項目