[]
Saves an input panel definition into an XML file.
public void Save(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName |
Saves an input panel definition into an XML file.
public void Save(string fileName, Encoding encoding)
| Type | Name | Description |
|---|---|---|
| string | fileName | |
| Encoding | encoding |
Saves an input panel definition into a Stream.
public void Save(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream |
Saves an input panel definition into a Stream.
public void Save(Stream stream, Encoding encoding)
| Type | Name | Description |
|---|---|---|
| Stream | stream | |
| Encoding | encoding |
Saves an input panel definition into an XmlWriter.
public void Save(XmlWriter writer)
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer |