Input for WinForms | ComponentOne
C1.Framework Namespace / Theme Class / ReadCustomData Method
System.Xml.XmlNode that contains the theme data.

In This Topic
    ReadCustomData Method
    In This Topic
    Reads component-specific theme data.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ReadCustomData( _
       ByVal node As XmlNode _
    ) 
    protected virtual void ReadCustomData( 
       XmlNode node
    )

    Parameters

    node
    System.Xml.XmlNode that contains the theme data.
    Remarks
    Derived classes should override this method to read any custom data their themes may need (anything other than the Style collection).
    See Also