InfoConnect for Unisys
ConfigureHotSpots Method (IIbmScreen)


Hotspots file path.
Load the hotspots file as the current hotspots definitions.
Syntax
'Declaration
 
<ObsoleteAttribute("This property has been refactored into HotSpots and this property has been deprecated. Please see HotSpots object ConfigureHotSpots method.")>
Function ConfigureHotSpots( _
   ByVal hotSpotsFilePath As String _
) As ReturnCode
'Usage
 
Dim instance As IIbmScreen
Dim hotSpotsFilePath As String
Dim value As ReturnCode
 
value = instance.ConfigureHotSpots(hotSpotsFilePath)
[Obsolete("This property has been refactored into HotSpots and this property has been deprecated. Please see HotSpots object ConfigureHotSpots method.")]
ReturnCode ConfigureHotSpots( 
   string hotSpotsFilePath
)

Parameters

hotSpotsFilePath
Hotspots file path.

Return Value

Method return code.
See Also