C1.Win.C1Editor.4 Assembly > C1.Win.C1Editor.Internal.HTML Namespace > IHTMLStyle Interface : removeAttribute Method |
removeAttribute
method of IHTMLStyle
interface.
'Declaration Function removeAttribute( _ ByVal strAttributeName As System.String, _ ByVal lFlags As System.Integer _ ) As System.Boolean
System.bool removeAttribute( System.string strAttributeName, System.int lFlags )
An original IDL definition of removeAttribute
method was the following: HRESULT removeAttribute (BSTR strAttributeName, [optional, defaultvalue(1)] long lFlags, [out, retval] VARIANT_BOOL* ReturnValue)
;