Vcl.Themes.TStyleHook.OverridePaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OverridePaint: Boolean read FOverridePaint write FOverridePaint;

C++

__property bool OverridePaint = {read=FOverridePaint, write=FOverridePaint, 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 control should be overridden by the style hook.

If OverridePaint is True, the style hook handles the painting of the client area of the control. If OverridePaint is False, the painting is handled by the control.

See Also