Vcl.Themes.TStyleHook.PaintNC
Delphi
procedure PaintNC(Canvas: TCanvas); virtual;
C++
virtual void __fastcall PaintNC(Vcl::Graphics::TCanvas* Canvas);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
class protected | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | TStyleHook |
Description
Paints the frame of the control.
Override this method to draw the non-client area of the control, for example, the border.