Input for WinForms | ComponentOne
C1.Framework Namespace / Theme Class / WriteCustomData Method
System.Xml.XmlWriter where custom theme data is saved.

In This Topic
    WriteCustomData Method
    In This Topic
    Writes component-specific data into the theme.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub WriteCustomData( _
       ByVal writer As XmlWriter _
    ) 
    protected virtual void WriteCustomData( 
       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