mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WebKitXCEF3 Object / SetPreference Method

Name of preference to set.

Value of preference to set.

In This Topic
    SetPreference Method
    In This Topic
    Description

    Set the value of a CEF Browser preference.

    Syntax
    Visual Basic
    Public Sub SetPreference( _
       ByVal Name As String, _
       ByVal Value As String _
    ) 
    Parameters
    Name

    Name of preference to set.

    Value

    Value of preference to set.

    Remarks
    Example

    SetPreference("browser.enable_spellchecking", "true")

    See Also