Vcl.ActnMan.TCustomActionControl.DrawBackground

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

Delphi

procedure DrawBackground(var PaintRect: TRect); virtual;

C++

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

プロパティ

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

説明

コントロールの背景イメージを描画します。

DrawBackground メソッドを使用すると,PaintRect パラメータで指定した領域でコントロールの背景イメージを描画できます。

関連項目