[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TitleInfo.Deserialize

Deserialize Method

Deserialize(XmlNodeReader)

Loads the title bar information from XML.

Declaration
public bool Deserialize(XmlNodeReader r)
Public Function Deserialize(r As XmlNodeReader) As Boolean
Parameters
Type Name Description
XmlNodeReader r

XmlNodeReader from which to read the object

Returns
Type Description
bool

true if successful; false otherwise

Implements