Skip to main content

TcxCustomTabControl.OnDrawTabEx Event

Enables you to provide custom fonts for captions of individual tabs.

Declaration

property OnDrawTabEx: TcxDrawTabExEvent read; write;

Remarks

Handle this event to change the font applied to individual tab captions. This event fires for every tab each time the control is repainted.

The AControl parameter specifies the tab control. The ATab parameter provides access to the tab whose font settings are to be specified. Use the Font parameter to change the tab caption’s font, if required.

See Also