[]
        
(Showing Draft Content)

C1.Win.Ribbon.C1StatusBar.Save

Save Method

Save(string)

Saves a status bar definition into an XML file.

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

Name of the file that will contain the status bar definition.

Save(Stream)

Saves a status bar definition into a Stream.

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

Stream that will contain the status bar definition.

Save(XmlTextWriter)

Saves a status bar definition into an XmlWriter.

Declaration
public void Save(XmlTextWriter writer)
Parameters
Type Name Description
XmlTextWriter writer