Vcl.StdCtrls.TGroupBoxStyleHook

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Themes.TStyleHookSystem.TObjectTGroupBoxStyleHook

Delphi

TGroupBoxStyleHook = class(TStyleHook)

C++

class PASCALIMPLEMENTATION TGroupBoxStyleHook : public Vcl::Themes::TStyleHook

Properties

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

Description

TGroupBoxStyleHook is a delegate class that handles messages for styled group boxes.

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

TGroupBoxStyleHook is registered by TGroupBox class with the style engine, using the RegisterStyleHook method.

See Also