<< Click to display table of contents >> TSRVTabSet.DarkMode, AutoDarkMode |
The property allow implementing a "dark mode".
property AutoTabWidth: Boolean;
These properties are used if SRVControlStyle = srvcsSimple.
If AutoDarkMode =True, and the control is inserted in a dark-mode editor (TSRichViewEdit or TRichView), luminance of all colors is inverted.
Otherwise, DarkMode property is used (if True, luminance of all colors are inverted).
Default values:
AutoDarkMode:True
DarkMode:False