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

In This Topic
    moveToElementText Method
    In This Topic

    moveToElementText method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Sub moveToElementText( _
       ByVal element As IHTMLElement _
    ) 
    void moveToElementText( 
       IHTMLElement element
    )

    Parameters

    element
    Remarks

    An original IDL definition of moveToElementText method was the following: HRESULT moveToElementText (IHTMLElement* element);

    See Also