Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AjaxComboBoxCellType Class / SerializeExtenders Method
XmlTextWriter object used to save the object


In This Topic
    SerializeExtenders Method
    In This Topic
    Saves the extenders to XML.
    Syntax
    'Declaration
     
    
    Protected Overrides Function SerializeExtenders( _
       ByVal w As XmlTextWriter _
    ) As Boolean
    'Usage
     
    
    Dim instance As AjaxComboBoxCellType
    Dim w As XmlTextWriter
    Dim value As Boolean
     
    value = instance.SerializeExtenders(w)
    protected override bool SerializeExtenders( 
       XmlTextWriter w
    )

    Parameters

    w
    XmlTextWriter object used to save the object

    Return Value

    true if successful; false otherwise
    See Also