Vcl.Controls.TCustomHintWindow.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 TCustomHintWindow

説明

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

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

関連項目