InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / Save Method / Save(XmlWriter) Method

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

    Parameters

    writer
    See Also