MobileForms Toolkit Documentation

AdvancedComboBox.SaveXml Method (XmlWriter)

Serializes all of the control properties to XmlWriter.

public void SaveXml(
XmlWriter writer
);

Parameters

writer
XmlWriter to which the properties are serialized.

Remarks

The xml file contains all of the properties of AdvancedComboBox and the serialized templates. You can restore them by using LoadXml method. It is not recommended to modify the file.

CAUTION   The images from imagelist in ImageCell are serialized in jpeg format, loosing some of the quality. To prevent serializing images, set the ImageList property to null before calling this method.
Note   This method is not supported on Compact Framework.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | AdvancedComboBox.SaveXml Overload List