Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1BackstageView Class / Load Method / Load(Stream) Method
System.IO.Stream that contains the C1BackstageView definition.

In This Topic
    Load(Stream) Method
    In This Topic
    Loads a C1BackstageView definition from a System.IO.Stream.
    Syntax
    'Declaration
     
    
    Public Overloads Function Load( _
       ByVal stream As Stream _
    ) As Boolean
    public bool Load( 
       Stream stream
    )

    Parameters

    stream
    System.IO.Stream that contains the C1BackstageView definition.

    Return Value

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