Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IHTMLTxtRange Interface / moveToBookmark Method

In This Topic
    moveToBookmark Method
    In This Topic

    moveToBookmark method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Function moveToBookmark( _
       ByVal Bookmark As System.String _
    ) As System.Boolean
    System.bool moveToBookmark( 
       System.string Bookmark
    )

    Parameters

    Bookmark
    Remarks

    An original IDL definition of moveToBookmark method was the following: HRESULT moveToBookmark (BSTR Bookmark, [out, retval] VARIANT_BOOL* ReturnValue);

    See Also