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

In This Topic
    setAttribute Method (IHTMLElement)
    In This Topic

    setAttribute method of IHTMLElement interface.

    Syntax
    'Declaration
     
    Sub setAttribute( _
       ByVal strAttributeName As System.String, _
       ByVal AttributeValue As System.Object, _
       ByVal lFlags As System.Integer _
    ) 
    void setAttribute( 
       System.string strAttributeName,
       System.object AttributeValue,
       System.int lFlags
    )

    Parameters

    strAttributeName
    AttributeValue
    lFlags
    Remarks

    An original IDL definition of setAttribute method was the following: HRESULT setAttribute (BSTR strAttributeName, VARIANT AttributeValue, [optional, defaultvalue(1)] long lFlags);

    See Also