Vcl.ActnCtrls.TCustomButtonControl.DrawBackground

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

Delphi

procedure DrawBackground(var PaintRect: TRect); override;

C++

virtual void __fastcall DrawBackground(System::Types::TRect &PaintRect);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl

説明

コントロールに背景画像を描画します。

DrawBackground を使用すると、コントロール上の PaintRect で指定された領域内に、背景画像を描画することができます。

関連項目