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

In This Topic
    doScroll Method
    In This Topic

    doScroll method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Sub doScroll( _
       ByVal component As System.Object _
    ) 
    void doScroll( 
       System.object component
    )

    Parameters

    component
    Remarks

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

    See Also