Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1BackstageView Class / Save Method / Save(XmlTextWriter) Method
System.Xml.XmlTextWriter that will contain the C1BackstageView definition.

In This Topic
    Save(XmlTextWriter) Method
    In This Topic
    Saves a C1BackstageView definition into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Save( _
       ByVal writer As XmlTextWriter _
    ) 
    public void Save( 
       XmlTextWriter writer
    )

    Parameters

    writer
    System.Xml.XmlTextWriter that will contain the C1BackstageView definition.
    See Also