Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLItemBase Class / WriteAttribute Method

In This Topic
    WriteAttribute Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Sub WriteAttribute( _
       ByVal attrName As System.String, _
       ByVal attrValue As System.String, _
       ByVal removeDefault As System.Boolean _
    ) 
    protected void WriteAttribute( 
       System.string attrName,
       System.string attrValue,
       System.bool removeDefault
    )

    Parameters

    attrName
    attrValue
    removeDefault
    See Also