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