BrowserLaunchOptions Class
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.
Optional setting to open the browser with.
public ref class BrowserLaunchOptions
public class BrowserLaunchOptions
type BrowserLaunchOptions = class
Public Class BrowserLaunchOptions
- Inheritance
-
BrowserLaunchOptions
Remarks
Not all settings apply to all operating systems. Check documentation for more information.
Constructors
BrowserLaunchOptions() |
Properties
Flags |
Gets or sets additional launch flags that may or may not take effect based on the device and LaunchMode. |
LaunchMode |
Gets or sets how the browser should be launched. |
PreferredControlColor |
Gets or sets the preferred color of the controls on the in-app browser. |
PreferredToolbarColor |
Gets or sets the preferred color of the toolbar background of the in-app browser. |
TitleMode |
Gets or sets the preferred mode for the title display. |