'DeclarationPublic Enum OpenUrlActionLocationOption Inherits System.Enum
'UsageDim instance As OpenUrlActionLocationOption
public enum OpenUrlActionLocationOption : System.Enum
'DeclarationPublic Enum OpenUrlActionLocationOption Inherits System.Enum
'UsageDim 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.IbmHosts.OpenUrlActionLocationOption