Input for WinForms | ComponentOne
C1.Framework Namespace / IconSet Class / ReadXml Method
System.Xml.XmlNode that contains the icon set definition.

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

    Parameters

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