ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Theme Class / ReadCustomData Method
System.Xml.XmlNode that contains the theme data.

In This Topic
    ReadCustomData Method (Theme)
    In This Topic
    Reads component-specific theme data.
    Syntax
    'Declaration
     
    Protected Overridable Sub ReadCustomData( _
       ByVal node As System.Xml.XmlNode _
    ) 
    protected virtual void ReadCustomData( 
       System.Xml.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