Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / ConfigureHotSpots Method
Hotspots file path.


In This Topic
ConfigureHotSpots Method (IIbmScreen)
In This Topic
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)

Parameters

hotSpotsFilePath
Hotspots file path.

Return Value

Method return code.
See Also