HotSpotScheme Property

image\btn_example.gif

image\validfor_amv.gif

Applies To Objects

Session

Description

Returns the name of the HotSpot scheme, or sets the hotspot scheme assigned to the session. Read-write.

Syntax

object.HotSpotScheme

Element

Description

object

The Session object.

Comments

Until the HotSpotScheme property has been set, it will return a null string. When set, the HotSpotScheme property affects the session in two ways:

image\b.gif The name value of the HotSpotScheme property is stored temporarily; that is, the value is stored only as long as the session remains open. When you close the session and reopen it, the HotSpotScheme property will return a null string.

image\b.gif The hotspots assigned to the session are stored permanently; that is, the hotspots are stored with the session until you reset the HotSpotScheme property. When you close the session and reopen it, the hotspots last assigned to the session are used.