DefaultHotspotMapName Property (HotSpots)
In This Topic
Gets the path and filename that the Save method saves a hotspot to when the location defined by the HotspotsMap property is read-only.
Syntax
'Declaration
Public ReadOnly Property DefaultHotspotMapName As String
'Usage
Dim instance As HotSpots
Dim value As String
value = instance.DefaultHotspotMapName
public string DefaultHotspotMapName {get;}
See Also