API:Vcl.ActnCtrls.TCustomUtilityButton

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

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

Delphi

TCustomUtilityButton = class(TCustomButtonControl)

C++

class PASCALIMPLEMENTATION TCustomUtilityButton : public TCustomButtonControl

プロパティ

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

説明

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

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

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

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

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

関連項目