ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / LoadXml Method / LoadXml(Stream) Method

In This Topic
    LoadXml(Stream) Method
    In This Topic
    Loads the layout of C1TileControl from a System.IO.Stream.
    Syntax
    'Declaration
     
    
    Public Overloads Sub LoadXml( _
       ByVal stream As Stream _
    ) 
    public void LoadXml( 
       Stream stream
    )

    Parameters

    stream
    See Also