Replies: 1 comment 1 reply
-
Never heard of it.
I don't believe that is correct.
Each property will potentially be handled differently. Some are
You can use BrowserSettings.BackgroundColor to modify the settings when you create a
No
In general when integrating into a |
Beta Was this translation helpful? Give feedback.
-
I am up to integrating CefSharp.WinForms into a scada package that uses basicscript. I want the browser background to be black and in a VS (C#) project I can achieve that by setting CefSettings() Background Color to 0xFF000000. I also read that this can be done using command line arguments. That makes me think that the CefSettings (or command line arguments) are used by the CefSharp.BrowserSubprocess.exe. Is that thought correct ?
Since I only added the control, I do not have CefSettings and because the scada is using BasicScript, I might have a hard time getting the subprocress started with the black background color.
Is there an option where the CefSettings() are read from file ? If so, how should that be done ? If not, is it possible to add such feature ?
Beta Was this translation helpful? Give feedback.
All reactions