Vcl.Buttons.TBitBtnStyleHook

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TButtonStyleHookVcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObjectTBitBtnStyleHook

Delphi

TBitBtnStyleHook = class(TButtonStyleHook)

C++

class PASCALIMPLEMENTATION TBitBtnStyleHook : public Vcl::Stdctrls::TButtonStyleHook

Properties

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

Description

TButtonStyleHook is a delegate class that handles messages for styled buttons.

Vcl.Buttons.TBitBtnStyleHook inherits from Vcl.StdCtrls.TButtonStyleHook. All content below this line refers to Vcl.StdCtrls.TButtonStyleHook.

TButtonStyleHook is a delegate class that handles messages for styled buttons.

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

TButtonStyleHook is registered by TButton class with the style engine, using the RegisterStyleHook method.

See Also