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

In This Topic
    Save(String) Method
    In This Topic
    Saves an input panel definition into an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal fileName As String _
    ) 
    public void Save( 
       string fileName
    )

    Parameters

    fileName
    See Also