Vcl.Themes.TCustomStyleEngine.RegisteredStyleHooks

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property RegisteredStyleHooks: TStyleHookDictionary read FRegisteredStyleHooks;

C++

/* static */ __property System::Generics::Collections::TDictionary__2<System::TClass,System::Generics::Collections::TList__1<TStyleHookClass>*>* RegisteredStyleHooks = {read=FRegisteredStyleHooks};

Properties

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

Description

Determines the registered style hooks for VCL components.

Use RegisteredStyleHooks to obtain a list of all registered style hooks for all the controls.

RegisteredStyleHooks returns a collection of Control-StyleHook pairs. A control can have multiple style hook classes registered for it.

See Also