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

In This Topic
    removeFilter Method (IHTMLElement2)
    In This Topic

    removeFilter method of IHTMLElement2 interface.

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

    Parameters

    pUnk
    Remarks

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

    See Also