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