Vcl.StdCtrls.TScrollBarStyleHook

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObjectTScrollBarStyleHook

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