ConfigureHotSpots Method (IIbmScreen)
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 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
)
Parameters
- hotSpotsFilePath
- Hotspots file path.
Return Value
Method return code.
See Also