Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1BackstageView Class / Load Method / Load(String) Method
Name of the file that contains the C1BackstageView definition.

In This Topic
    Load(String) Method
    In This Topic
    Loads a C1BackstageView definition from an XML file.
    Syntax
    'Declaration
     
    
    Public Overloads Function Load( _
       ByVal fileName As String _
    ) As Boolean
    public bool Load( 
       string fileName
    )

    Parameters

    fileName
    Name of the file that contains the C1BackstageView definition.

    Return Value

    False if the file is not in the expected format.
    See Also