Vcl.StdCtrls.TScrollBarStyleHook

From RAD Studio API Documentation

TScrollBarStyleHookVcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObject

Delphi

TScrollBarStyleHook = class(TMouseTrackControlStyleHook)

C++

class PASCALIMPLEMENTATION TScrollBarStyleHook : public Vcl::Themes::TMouseTrackControlStyleHook

Properties

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

Description

TScrollBarStyleHook is a delegate class that handles messages for styled scroll bars.

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

TScrollBarStyleHook is registered by TScrollBar class with the style engine, using the RegisterStyleHook method.

See Also