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

In This Topic
    removeExpression Method
    In This Topic

    removeExpression method of IHTMLElement2 interface.

    Syntax
    'Declaration
     
    Function removeExpression( _
       ByVal propname As System.String _
    ) As System.Boolean
    System.bool removeExpression( 
       System.string propname
    )

    Parameters

    propname
    Remarks

    An original IDL definition of removeExpression method was the following: HRESULT removeExpression (BSTR propname, [out, retval] VARIANT_BOOL* ReturnValue);

    See Also