[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.C1InputPanel.Load

Load Method

Load(string)

Loads an input panel definition from an XML file.

Declaration
public void Load(string fileName)
Parameters
Type Name Description
string fileName

Load(Stream)

Loads an input panel definition from a Stream.

Declaration
public void Load(Stream stream)
Parameters
Type Name Description
Stream stream

Load(XmlDocument)

Loads an input panel definition from an XmlDocument.

Declaration
public void Load(XmlDocument doc)
Parameters
Type Name Description
XmlDocument doc