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

In This Topic
    Save(Stream) Method
    In This Topic
    Saves a C1BackstageView definition into a System.IO.Stream.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Save( _
       ByVal stream As Stream _
    ) 
    public void Save( 
       Stream stream
    )

    Parameters

    stream
    System.IO.Stream that will contain the C1BackstageView definition.
    See Also