Input for WinForms | ComponentOne
C1.Framework Namespace / Theme Class / ReadXml Method / ReadXml(String) Method
File that contains the theme data.

In This Topic
    ReadXml(String) Method
    In This Topic
    Reads this Theme from an Xml file.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ReadXml( _
       ByVal fileName As String _
    ) 
    public void ReadXml( 
       string fileName
    )

    Parameters

    fileName
    File that contains the theme data.
    See Also