[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatFocusIndicatorRenderer.Serialize

Serialize Method

Serialize(XmlTextWriter)

Serializes the object to XML.

Declaration
public bool Serialize(XmlTextWriter w)
Public Function Serialize(w As XmlTextWriter) As Boolean
Parameters
Type Name Description
XmlTextWriter w

A System.Xml.XmlTextWriter object.

Returns
Type Description
bool

TRUE if success. Otherwise, FALSE

Implements