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

In This Topic
    LoadXml(XmlDocument) Method
    In This Topic
    Loads the layout of C1TileControl from an System.Xml.XmlDocument.
    Syntax
    'Declaration
     
    
    Public Overloads Sub LoadXml( _
       ByVal doc As XmlDocument _
    ) 
    public void LoadXml( 
       XmlDocument doc
    )

    Parameters

    doc
    See Also