TcxCustomGroupBox.OnMeasureCaptionHeight Event
In This Article
Allows you to customize the group box header’s size.
#Declaration
Delphi
property OnMeasureCaptionHeight: TcxGroupBoxMeasureCaptionHeightEvent read; write;
#Remarks
The OnMeasureCaptionHeight event fires when the display information on the group box’s header is being calculated.
Sender specifies the group box whose header is to be drawn.
APainter specifies the painter that draws the group box.
ACaptionHeight specifies the group box caption’s size.
Important
the On
See Also