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

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

    Parameters

    stream
    See Also