'Declaration
Public Enum OpenUrlActionLocationOption Inherits System.Enum
'Usage
Dim instance As OpenUrlActionLocationOption
public enum OpenUrlActionLocationOption : System.Enum
'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 Reflection tab. The tab name must be specified as a string in the third parameter to openURLAction. |
NewTab | Opens the specified URL in a new Reflection tab. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.OpenUrlActionLocationOption