Vcl.StdCtrls.TComboBoxStyleHook

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObjectTComboBoxStyleHook

Delphi

TComboBoxStyleHook = class(TMouseTrackControlStyleHook)

C++

class PASCALIMPLEMENTATION TComboBoxStyleHook : public Vcl::Themes::TMouseTrackControlStyleHook

Properties

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

Description

TComboBoxStyleHook is a delegate class that handles messages for styled combo boxes.

This API is used automatically when the control style is active. TComboBoxStyleHook gives a styled look and provides custom processing for this styled control.

TComboBoxStyleHook is registered by TComboBox class with the style engine, using the RegisterStyleHook method.

See Also