Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / Save Method / Save(String) Method
Name of the file that will contain the Ribbon definition.

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

    Parameters

    fileName
    Name of the file that will contain the Ribbon definition.
    See Also