BrowserLaunchFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Additional flags that can be set to control how the browser opens.
This enumeration supports a bitwise combination of its member values.
public enum class BrowserLaunchFlags
[System.Flags]
public enum BrowserLaunchFlags
[<System.Flags>]
type BrowserLaunchFlags =
Public Enum BrowserLaunchFlags
- Inheritance
-
BrowserLaunchFlags
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No additional flags. This is the default. |
LaunchAdjacent | 1 | Only applicable to Android: launches a new activity adjacent to the current activity if available. |
PresentAsPageSheet | 2 | Only applicable to iOS: launches the browser as a page sheet with the system preferred browser where supported. |
PresentAsFormSheet | 4 | Only applicable to iOS: launches the browser as a form sheet with the system preferred browser where supported. |