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

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

    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property SelFocusElement 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 focus is where the user ended the selection. This can be visualized by holding the Shift key and pressing the arrow keys on your keyboard to modify the current selection. The selection's focus moves, but the selection's anchor, the other end of the selection, does not move.

    See Also