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

In This Topic
    scrollIntoView Method (IHTMLElement)
    In This Topic

    scrollIntoView method of IHTMLElement interface.

    Syntax
    'Declaration
     
    Sub scrollIntoView( _
       ByVal varargStart As System.Object _
    ) 
    void scrollIntoView( 
       System.object varargStart
    )

    Parameters

    varargStart
    Remarks

    An original IDL definition of scrollIntoView method was the following: HRESULT scrollIntoView ([optional] VARIANT varargStart);

    See Also