Attachmate.Reflection.Emulation.OpenSystems Namespace : OpenUrlActionLocationOption Enumeration |
'Declaration
Public Enum OpenUrlActionLocationOption Inherits System.Enum
'Usage
Dim instance As OpenUrlActionLocationOption
public enum OpenUrlActionLocationOption : System.Enum
Member | Description |
---|---|
ExternalBrowser | Opens the specified URL in a new browser instance. |
NamedTab | Opens the specified URL in an existing InfoConnect tab. The tab name must be specified as a string in the third parameter to openURLAction. |
NewTab | Opens the specified URL in a new InfoConnect tab. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.OpenUrlActionLocationOption