InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / Hotspot Class / AutoInvoke Property


In This Topic
AutoInvoke Property (Hotspot)
In This Topic
Gets or sets a value indicating whether to cause the hotspot to be invoked as soon as it appears on the screen.
Syntax
'Declaration
 
Public Property AutoInvoke As Boolean
 
'Usage
 
Dim instance As Hotspot
Dim value As Boolean
 
instance.AutoInvoke = value
 
value = instance.AutoInvoke
See Also