Programming with Reflection

image\rwnprg32.gif SaveHotspots property

 

Syntax

object.SaveHotspots
object.SaveHotspots = Value

Works with

image\r124.gif

Data type

Boolean

 

Description

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

Values

The default value is True.

Notes

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.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property