Vcl.ComCtrls.TComboBoxExStyleHook

From RAD Studio API Documentation

TComboBoxExStyleHookVcl.StdCtrls.TComboBoxStyleHookVcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObject

Delphi

TComboBoxExStyleHook = class(TComboBoxStyleHook)

C++

class PASCALIMPLEMENTATION TComboBoxExStyleHook : public Vcl::Stdctrls::TComboBoxStyleHook

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

Control message handler. {{#multireplace:Vcl.ComCtrls.TComboBoxExStyleHook|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Themes.TStyleHook|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Themes.TStyleHook|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Control message handler.

TStyleHook is a class that handles messages for controls.

If you have a custom control that you want to be style enabled, inherit from TStyleHook and provide custom processing for that control. As examples, see TEditStyleHook, TComboBoxStyleHook.

You need to register the style hook class with the style engine, using the RegisterStyleHook method.


See Also