InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / Load Method / Load(XmlDocument) Method

In This Topic
    Load(XmlDocument) Method
    In This Topic
    Loads an input panel definition from an System.Xml.XmlDocument.
    Syntax
    'Declaration
     
    Public Overloads Sub Load( _
       ByVal doc As XmlDocument _
    ) 
    public void Load( 
       XmlDocument doc
    )

    Parameters

    doc
    See Also