Vcl.ScreenTips.TScreenTipsWindow.Paint

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

Delphi

procedure Paint; override;

C++

virtual void __fastcall Paint();

プロパティ

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

説明

ポップアップ ウィンドウの表面をレンダリングします。

Paint は、ポップアップ ウィンドウが表示イメージを更新する必要がある際に、自動的に呼び出されます。

関連項目