[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.HTML.IHTMLElement.setAttribute

setAttribute Method

setAttribute(string, object, int)

setAttribute method of IHTMLElement interface.

Declaration
void setAttribute(string strAttributeName, object AttributeValue, int lFlags)
Sub setAttribute(strAttributeName As String, AttributeValue As Object, lFlags As Integer)
Parameters
Type Name Description
string strAttributeName
object AttributeValue
int lFlags
Remarks

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