[]
        
(Showing Draft Content)

C1.Win.Ribbon.C1Ribbon.Save

Save Method

Save(string)

Saves a Ribbon 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 Ribbon definition.

Save(Stream)

Saves a Ribbon definition into a Stream.

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

Stream that will contain the Ribbon definition.

Save(XmlTextWriter)

Saves a Ribbon definition into an XmlWriter.

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