Vcl.ComCtrls.TComboBoxExStyleHook

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.StdCtrls.TComboBoxStyleHookVcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObjectTComboBoxExStyleHook

Delphi

TComboBoxExStyleHook = class(TComboBoxStyleHook)

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Beschreibung

TComboBoxStyleHook ist eine Delegat-Klasse, die Botschaften für mit Stilen versehene Kombinationsfelder behandelt.

Vcl.ComCtrls.TComboBoxExStyleHook erbt von Vcl.StdCtrls.TComboBoxStyleHook. Der folgende Inhalt bezieht sich auf Vcl.StdCtrls.TComboBoxStyleHook.

TComboBoxStyleHook ist eine Delegat-Klasse, die Botschaften für mit Stilen versehene Kombinationsfelder behandelt.

Diese API wird automatisch verwendet, wenn der Steuerelementstil aktiv ist. TComboBoxStyleHook bewirkt, dass dieses Steuerelement mit Stilen angezeigt wird, und bietet eine benutzerdefinierte Verarbeitung.

TComboBoxStyleHook wird von der Klasse TComboBox mit der Methode RegisterStyleHook bei der Stil-Engine registriert.

Siehe auch