Vcl.ComCtrls.TCoolBarStyleHook.PaintNC

From RAD Studio API Documentation
Jump to: navigation, search

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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCoolBarStyleHook

Description

Paints the frame of the control.

Vcl.ComCtrls.TCoolBarStyleHook.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.


See Also