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

In This Topic
    addBehavior Method
    In This Topic

    addBehavior method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function addBehavior( _
       ByVal bstrUrl As System.String, _
       ByRef pvarFactory As System.Object _
    ) As System.Integer
    System.int addBehavior( 
       System.string bstrUrl,
       ref System.object pvarFactory
    )

    Parameters

    bstrUrl
    pvarFactory
    Remarks

    An original IDL definition of addBehavior method was the following: HRESULT addBehavior (BSTR bstrUrl, [in, optional] VARIANT* pvarFactory, [out, retval] long* ReturnValue);

    See Also