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

    Returns the CSS3 selector of the Selection.anchorNode property, which is the HTML5 DOM Node in which the selection begins.

    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property SelAnchorElement As String
    Remarks

    A user may make a selection from left to right (in document order) or right to left (reverse of document order). The anchor is where the user began the selection. This can be visualized by holding the Shift key and pressing the arrow keys on your keyboard. The selection's anchor does not move, but the selection's focus, the other end of the selection, does move.

    See Also