C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLElement2 Interface : applyElement Method |
applyElement
method of IHTMLElement2
interface.
'Declaration Function applyElement( _ ByVal apply As IHTMLElement, _ ByVal where As System.String _ ) As IHTMLElement
IHTMLElement applyElement( IHTMLElement apply, System.string where )
An original IDL definition of applyElement
method was the following: HRESULT applyElement (IHTMLElement* apply, BSTR where, [out, retval] IHTMLElement** ReturnValue)
;