ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Theme Class / WriteCustomData Method
System.Xml.XmlWriter where custom theme data is saved.

In This Topic
    WriteCustomData Method (Theme)
    In This Topic
    Writes component-specific data into the theme.
    Syntax
    'Declaration
     
    Protected Overridable Sub WriteCustomData( _
       ByVal writer As System.Xml.XmlWriter _
    ) 
    protected virtual void WriteCustomData( 
       System.Xml.XmlWriter writer
    )

    Parameters

    writer
    System.Xml.XmlWriter where custom theme data is saved.
    Remarks
    Derived classes should override this method to save any custom data their themes may need (anything other than the Style collection).
    See Also