-
Notifications
You must be signed in to change notification settings - Fork 115
VclStylesColorTabs
Rodrigo Ruz edited this page Apr 30, 2015
·
3 revisions
The Vcl.Styles.ColorTabs unit includes a new style hook for the TTabSheet component.
To use this style hook you must include the Vcl.Styles.ColorTabs unit in your uses class after of the Vcl.ComCtrls unit and then register the hook in this way.
TCustomStyleEngine.RegisterStyleHook(TCustomTabControl, TTabColorControlStyleHook);
TCustomStyleEngine.RegisterStyleHook(TTabControl, TTabColorControlStyleHook);
Check a sample application here