Vcl.Themes.TStyleHook.OverrideEraseBkgnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OverrideEraseBkgnd: Boolean read FOverrideEraseBkgnd write FOverrideEraseBkgnd;

C++

__property bool OverrideEraseBkgnd = {read=FOverrideEraseBkgnd, write=FOverrideEraseBkgnd, nodefault};

Properties

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

Description

Specifies whether the erasing of the background of the control should be performed by the style hook.

If OverrideEraseBkgnd is True, the erasing of the background of the control is handled by the hook. If it is False, it is handled by the control itself.

See Also