C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLElement2 Interface : addBehavior Method |
addBehavior
method of IHTMLElement2
interface.
'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 )
An original IDL definition of addBehavior
method was the following: HRESULT addBehavior (BSTR bstrUrl, [in, optional] VARIANT* pvarFactory, [out, retval] long* ReturnValue)
;