InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / OpenUrlActionLocationOption Enumeration


In This Topic
    OpenUrlActionLocationOption Enumeration
    In This Topic
    Valid values for the second parameter to the openURLAction action.
    Syntax
    'Declaration
     
    
    Public Enum OpenUrlActionLocationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As OpenUrlActionLocationOption
    public enum OpenUrlActionLocationOption : System.Enum 
    Members
    MemberDescription
    ExternalBrowserOpens the specified URL in a new browser instance.
    NamedTabOpens the specified URL in an existing InfoConnect tab.
    NewTabOpens the specified URL in a new InfoConnect tab.
    Remarks
    This determines where to open the URL specified in the first parameter.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Attachmate.Reflection.Emulation.Common.OpenUrlActionLocationOption

    See Also