Vcl.Controls.TCustomHint.NCPaintHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHint

Description

Paints the non-client part of a hint.

NCPaintHint paints the non-client part of a hint. Override NCPaintHint to paint non-client parts of a hint, such as a border. Currently unimplemented.

See Also