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

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

    Parameters

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