TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ReadXml Method / ReadXml(Stream) Method
System.IO.Stream object to use for loading the treeview.

In This Topic
    ReadXml(Stream) Method
    In This Topic
    Loads the treview from an Xml document.
    Syntax
    'Declaration
     
    
    Public Overloads Sub ReadXml( _
       ByVal stream As Stream _
    ) 
    public void ReadXml( 
       Stream stream
    )

    Parameters

    stream
    System.IO.Stream object to use for loading the treeview.
    See Also