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

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

    Parameters

    stream
    See Also