Vcl.Controls.TCustomHint.NCPaintHint

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

Delphi

procedure NCPaintHint(HintWindow: TCustomHintWindow; DC: HDC); virtual;

C++

virtual void __fastcall NCPaintHint(TCustomHintWindow* HintWindow, HDC DC);

プロパティ

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

説明

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

NCPaintHint は、ヒントの非クライアント部分を描画します。 NCPaintHint メソッドをオーバーライドして、境界のような、ヒントの非クライアント部分を描画します。現在は実装されていません。

関連項目