Vcl.StdCtrls.TListBoxStyleHook

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.Forms.TScrollingStyleHookVcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObjectTListBoxStyleHook

Delphi

TListBoxStyleHook = class(TScrollingStyleHook)

C++

class PASCALIMPLEMENTATION TListBoxStyleHook : public Vcl::Forms::TScrollingStyleHook

Eigenschaften

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


Beschreibung

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

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

TListBoxStyleHook wird von der Klasse TListBox mit der Methode RegisterStyleHook bei der Stil-Engine registriert.

Siehe auch