ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / C1PathIcon Class / WriteXml Method
System.Xml.XmlWriter that will receive the icon definition.

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

    Parameters

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