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

In This Topic
    removeBehavior Method
    In This Topic

    removeBehavior method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function removeBehavior( _
       ByVal cookie As System.Integer _
    ) As System.Boolean
    System.bool removeBehavior( 
       System.int cookie
    )

    Parameters

    cookie
    Remarks

    An original IDL definition of removeBehavior method was the following: HRESULT removeBehavior (long cookie, [out, retval] VARIANT_BOOL* ReturnValue);

    See Also