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
public bool AutoInvoke {get; set;}
See Also