Click or drag to resize

CefSharpSettingsRuntimeStyle Property

Version 130.1.90
CefSharp.WinForms and CefSharp.Wpf.HwndHost ONLY! The default is to create Alloy styled browsers, those wanting to use Chrome styled browsers can set this property.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public static CefRuntimeStyle? RuntimeStyle { get; set; }

Property Value

NullableCefRuntimeStyle
Remarks
Sets the RuntimeStyle property. You can customise this yourself on a per browser basis by overriding the ChromiumWebBrowser.CreateBrowserWindowInfo property.
See Also