Vcl.Themes.TSysStyleHook.HookedDirectly

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HookedDirectly: Boolean read FHookedDirectly write FHookedDirectly;

C++

__property bool HookedDirectly = {read=FHookedDirectly, write=FHookedDirectly, nodefault};

Properties

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

Description

Specifies whether the CM_CONTROLHOOKEDDIRECTLY property message was sent.

Which means that the child controls of the parent were not hooked.

See Also

CM_CONTROLHOOKEDDIRECTLY