AutoInvoke Property (Hotspot)
Gets or sets a value indicating whether to cause the hotspot to be invoked as soon as it appears on the screen.
public bool AutoInvoke {get; set;}
'Declaration
Public Property AutoInvoke As Boolean
'Usage
Dim instance As Hotspot
Dim value As Boolean
instance.AutoInvoke = value
value = instance.AutoInvoke