ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / C1PathIcon Class / ReadXml Method
System.Xml.XmlNode that contains the icon definition.

In This Topic
    ReadXml Method (C1PathIcon)
    In This Topic
    Reads this C1Icon from an System.Xml.XmlReader.
    Syntax
    'Declaration
     
    Public Overrides Sub ReadXml( _
       ByVal node As System.Xml.XmlNode _
    ) 
    public override void ReadXml( 
       System.Xml.XmlNode node
    )

    Parameters

    node
    System.Xml.XmlNode that contains the icon definition.
    See Also