mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / CommandLine Property
In This Topic
    CommandLine Property
    In This Topic
    Description

    Set Chromium Embedded Framework command line switches.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property CommandLine As String
    Return Type

    Returns CEF command line switches.

    Remarks

    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.

    See Also