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

CSS3 Selector of the node within which the focus will be moved.

If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.

The offset position within node where the focus will be moved to. If not specified, the default value 0 is used.

In This Topic
    SelExtend Method
    In This Topic
    Description

    Alias for ExecCommand(EDIT_CMD_SEL_EXTEND)

    Syntax
    Visual Basic
    Public Sub SelExtend( _
       ByVal Selector As String, _
       ByVal Offset As Long _
    ) 
    Parameters
    Selector

    CSS3 Selector of the node within which the focus will be moved.

    If you are unfamiliar with CSS3 Selectors have a look in Finding the correct CSS3 Selector article.

    Offset

    The offset position within node where the focus will be moved to. If not specified, the default value 0 is used.

    Remarks

    Moves the focus of the selection to a specified point. The anchor of the selection does not move. The selection will be from the anchor to the new focus, regardless of direction.

    See Also