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: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public static CefRuntimeStyle? RuntimeStyle { get; set; }
public:
static property Nullable<CefRuntimeStyle> RuntimeStyle {
Nullable<CefRuntimeStyle> get ();
void set (Nullable<CefRuntimeStyle> value);
}
Property Value
NullableCefRuntimeStyleRemarks
Sets the
RuntimeStyle property.
You can customise this yourself on a per browser basis
by overriding the ChromiumWebBrowser.CreateBrowserWindowInfo
property.
See Also