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

    CSS3 Style: pointer-events
    Defines the parts of an element that responds to pointer events, such as a click, mouse over, or hover.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property PointerEvents As String
    Remarks

    HTML Syntax:
    pointer-events: value;

    HTML Constants:
    auto,none,

    See Also