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

In This Topic
    addFilter Method (IHTMLElement2)
    In This Topic

    addFilter method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Sub addFilter( _
       ByVal pUnk As System.Object _
    ) 
    void addFilter( 
       System.object pUnk
    )

    Parameters

    pUnk
    Remarks

    An original IDL definition of addFilter method was the following: HRESULT addFilter (IUnknown* pUnk);

    See Also