Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripItem Class / OnDeserializeElement Method
XmlNodeReader from which to read the object


In This Topic
    OnDeserializeElement Method (TouchStripItem)
    In This Topic
    Loads the object from XML.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnDeserializeElement( _
       ByVal r As XmlNodeReader _
    ) 
    'Usage
     
    
    Dim instance As TouchStripItem
    Dim r As XmlNodeReader
     
    instance.OnDeserializeElement(r)
    protected override void OnDeserializeElement( 
       XmlNodeReader r
    )

    Parameters

    r
    XmlNodeReader from which to read the object

    Return Value

    true if successful; false otherwise
    See Also