Vcl.Controls.THintWindow.NCPaint

提供:RAD Studio API Documentation

Delphi

procedure NCPaint(DC: HDC); virtual;

C++

virtual void __fastcall NCPaint(HDC DC);

プロパティ

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

説明

ヒント ウィンドウの非クライアント部分を描画します。

NCPaint は自動的に呼び出され、ヒント ポップアップ ウィンドウの非クライアント部分を描画します。

関連項目