InfoConnect for Airlines
EnableHotSpots Property


Gets or sets a value indicating whether hotspots can be used.
Syntax
'Declaration
 
<ObsoleteAttribute("This property has been refactored into HotSpots and this property has been deprecated. Please see HotSpots object HotSpotsEnabled property.")>
Property EnableHotSpots As Boolean
'Usage
 
Dim instance As IIbmScreen
Dim value As Boolean
 
instance.EnableHotSpots = value
 
value = instance.EnableHotSpots
[Obsolete("This property has been refactored into HotSpots and this property has been deprecated. Please see HotSpots object HotSpotsEnabled property.")]
bool EnableHotSpots {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
Remarks
The default value is true. When EnableHotspots is set to false, hotspots are not displayed, regardless of the value of the ShowHotspots property.
See Also