RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomHint.NCPaintHint Method

Paint non-client part of hint.

Pascal
procedure NCPaintHint(HintWindow: TCustomHintWindow; DC: HDC); virtual;
C++
virtual __fastcall NCPaintHint(TCustomHintWindow HintWindow, HDC DC);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!