[]
        
(Showing Draft Content)

FarPoint.Web.Spread.TouchStripItem.OnSerialize

OnSerialize Method

OnSerialize(XmlTextWriter)

Saves the object to XML.

Declaration
protected override bool OnSerialize(XmlTextWriter w)
Protected Overrides Function OnSerialize(w As XmlTextWriter) As Boolean
Parameters
Type Name Description
XmlTextWriter w

XmlTextWriter object used to save the object

Returns
Type Description
bool

true if successful; false otherwise

Overrides