Vcl.Themes.TStyleHook.NeedsDefaultPaint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NeedsDefaultPaint: Boolean read FNeedsDefaultPaint write FNeedsDefaultPaint;

C++

__property bool NeedsDefaultPaint = {read=FNeedsDefaultPaint, write=FNeedsDefaultPaint, nodefault};

Properties

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

Description

Specifies whether the control needs default painting.


See Also