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

In This Topic
    createTextRange Method (IHTMLBodyElement)
    In This Topic

    createTextRange method of IHTMLBodyElement interface.

    Syntax
    'Declaration
     
    Function createTextRange() As IHTMLTxtRange
    IHTMLTxtRange createTextRange()
    Remarks

    An original IDL definition of createTextRange method was the following: HRESULT createTextRange ([out, retval] IHTMLTxtRange** ReturnValue);

    See Also