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

The new selection Offset.

 

The new selection Length.

In This Topic
    SetSelection Method
    In This Topic
    Description

    Selects an HTML5 range in CEF Browser given the Offset and Length of a sub-string of the raw HTML buffer.

    Syntax
    Visual Basic
    Public Sub SetSelection( _
       ByVal Offset As Long, _
       ByVal Length As Long _
    ) 
    Parameters
    Offset

    The new selection Offset.

     

    Length

    The new selection Length.

    Remarks

    This method is used for synchronizing editing between HTML5 Visual Editor of WebKitX ActiveX and a Text Editor in FrontPage and Dreamweaver fashion.

    See Also