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

In This Topic
    scrollIntoView Method (IHTMLTxtRange)
    In This Topic

    scrollIntoView method of IHTMLTxtRange interface.

    Syntax
    'Declaration
     
    Sub scrollIntoView( _
       ByVal fStart As System.Boolean _
    ) 
    void scrollIntoView( 
       System.bool fStart
    )

    Parameters

    fStart
    Remarks

    An original IDL definition of scrollIntoView method was the following: HRESULT scrollIntoView ([optional, defaultvalue(-1)] VARIANT_BOOL fStart);

    See Also