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

In This Topic
    setExpression Method
    In This Topic

    setExpression method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Sub setExpression( _
       ByVal propname As System.String, _
       ByVal expression As System.String, _
       ByVal language As System.String _
    ) 
    void setExpression( 
       System.string propname,
       System.string expression,
       System.string language
    )

    Parameters

    propname
    expression
    language
    Remarks

    An original IDL definition of setExpression method was the following: HRESULT setExpression (BSTR propname, BSTR expression, [optional, defaultvalue("")] BSTR language);

    See Also