Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor Namespace / C1EditorRibbon Class / Load Method / Load(Stream) Method

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

    Parameters

    stream
    See Also