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

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

    Parameters

    stream
    See Also