Vcl.StdCtrls.TListBoxStyleHook

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TListBoxStyleHook = class(TScrollingStyleHook)

C++

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

Properties

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

Description

TListBoxStyleHook is a delegate class that handles messages for styled list boxes.

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

TListBoxStyleHook is registered by TListBox class with the style engine, using the RegisterStyleHook method.

See Also