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

    Background color used for the browser before a document is loaded and when no document color is specified.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property background_color As ULong
    Remarks

    The alpha component must be either fully opaque (0xFF) or fully transparent (0x00). If the alpha component is fully opaque then the RGB components will be used as the background color. If the alpha component is fully transparent for a windowed browser then the default value of opaque white be used. If the alpha component is fully transparent for a windowless (off-screen) browser then transparent painting will be enabled.

    See Also