InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / Hotspot Class / Hotspot Constructor / 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.


In This Topic
    Hotspot Constructor(String,InputMapActionSequence)
    In This Topic
    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)

    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.
    See Also