Vcl.Themes.TStyleHook.OverridePaintNC

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OverridePaintNC: Boolean read FOverridePaintNC write FOverridePaintNC;

C++

__property bool OverridePaintNC = {read=FOverridePaintNC, write=FOverridePaintNC, nodefault};

Properties

Type Visibility Source Unit Parent
property class protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleHook

Description

Specifies whether the painting of the non-client area of the control should be performed by the style hook.

If OverridePaintNC is True, the painting of the non-client area of the control is handled by the hook. If it is False, the painting is handled by the control itself.

See Also