RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabSet.DitherBackground Property

Determines whether the background color set with the BackgroundColor property is dithered.

Pascal
property DitherBackground: Boolean;
C++
__property Boolean DitherBackground;

Dithering means the background is lightened by 50%, which is intended to make the tabs easier to see. If DitherBackground is true, the tab set control background is dithered. If it is false, there is no dithering. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!