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

TRadioButtonStyleHook is a delegate class that handles messages for styled radio buttons.

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

TRadioButtonStyleHook is registered by TRadioButton class with the style engine, using the RegisterStyleHook method.

See Also