Vcl.Themes.TStyleHook.PaintOnEraseBkgnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PaintOnEraseBkgnd: Boolean read FPaintOnEraseBkgnd write FPaintOnEraseBkgnd;

C++

__property bool PaintOnEraseBkgnd = {read=FPaintOnEraseBkgnd, write=FPaintOnEraseBkgnd, nodefault};

Properties

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

Description

Specifies whether painting should be performed when the background needs to be erased.

See Also