C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLElement Interface : setAttribute Method |
setAttribute
method of IHTMLElement
interface.
'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 )
An original IDL definition of setAttribute
method was the following: HRESULT setAttribute (BSTR strAttributeName, VARIANT AttributeValue, [optional, defaultvalue(1)] long lFlags)
;