[]
Saves a status bar definition into an XML file.
public void Save(string fileName)
Type | Name | Description |
---|---|---|
string | fileName | Name of the file that will contain the status bar definition. |
Saves a status bar definition into a Stream.
public void Save(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | Stream that will contain the status bar definition. |
Saves a status bar definition into an XmlWriter.
public void Save(XmlTextWriter writer)
Type | Name | Description |
---|---|---|
XmlTextWriter | writer |