InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / C1Icon Class / WriteXml Method
System.Xml.XmlWriter that will receive the icon definition.

In This Topic
    WriteXml Method (C1Icon)
    In This Topic
    Writes this C1Icon into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public MustOverride Sub WriteXml( _
       ByVal writer As XmlWriter _
    ) 
    public abstract void WriteXml( 
       XmlWriter writer
    )

    Parameters

    writer
    System.Xml.XmlWriter that will receive the icon definition.
    See Also