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


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

    Parameters

    r
    XmlNodeReader from which to read the object

    Return Value

    true if successful; false otherwise
    See Also