API:Vcl.StdCtrls.TRadioButtonStyleHook

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCheckBoxStyleHookVcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObjectTRadioButtonStyleHook

Delphi

TRadioButtonStyleHook = class(TCheckBoxStyleHook)

C++

class PASCALIMPLEMENTATION TRadioButtonStyleHook : public TCheckBoxStyleHook

Properties

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

Description

TCheckBoxStyleHook is a delegate class that handles messages for styled checkboxes.

TCheckBoxStyleHook is a delegate class that handles messages for styled checkboxes.

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

TCheckBoxStyleHook is registered by TCheckBox class with the style engine, using the RegisterStyleHook method.

See Also