InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / C1Icon Class / ReadXml Method
System.Xml.XmlNode that contains the icon definition.

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

    Parameters

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