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

In This Topic
    applyElement Method
    In This Topic

    applyElement method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function applyElement( _
       ByVal apply As IHTMLElement, _
       ByVal where As System.String _
    ) As IHTMLElement
    IHTMLElement applyElement( 
       IHTMLElement apply,
       System.string where
    )

    Parameters

    apply
    where
    Remarks

    An original IDL definition of applyElement method was the following: HRESULT applyElement (IHTMLElement* apply, BSTR where, [out, retval] IHTMLElement** ReturnValue);

    See Also