Programming with Reflection
SaveColors property
Syntax |
|
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether or not display colors are saved in settings files. When this value is True color settings are saved, when it is False they are not.
For example, this statement specifies that color settings should not be saved when the settings file is saved:
Session.SaveColors = False
The default value is True.
The value of this property determines what information is saved to complete settings files (*.r1w, *.r2w, *.r4w). Color settings are always saved when you save Colors settings files (*.rcr), even if this property is False.