Attachmate Reflection 2014 .NET API Reference
Hotspot Constructor(String,InputMapActionSequence)


The action type.
Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.
Initializes a new instance of the Hotspot class.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   ByVal actionSequence As InputMapActionSequence _
)
'Usage
 
Dim text As String
Dim actionSequence As InputMapActionSequence
 
Dim instance As New Hotspot(text, actionSequence)
public Hotspot( 
   string text,
   InputMapActionSequence actionSequence
)

Parameters

text
The action type.
actionSequence
Optional parameters associated with the action. If there are no parameters needed for the action, null may be specified for this parameter.
Requirements

Target Platforms: Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP, Microsoft Windows Server 2003 Terminal Services, Microsoft Windows Server 2008 Terminal Services

See Also

Reference

Hotspot Class
Hotspot Members
Overload List

Send Feedback