Set Chromium Embedded Framework command line switches.
Set Chromium Embedded Framework command line switches.
Visual Basic |
---|
Public Property CommandLine As String |
Returns CEF command line switches.
The property is persistent and can be used for providing initialization switches to Chromium sub-process.
For a list of command line switches please have a look here: https://peter.sh/experiments/chromium-command-line-switches
CEF switches can also be set in OnCreate event.