Vcl.ThemedActnCtrls.TThemedButtonControl
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 クラスを親クラスとして新しいクラスを作成します。