Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NTreeViewEx Class / DisplayXml Method / DisplayXml(XmlDocument) Method
The XML document to read.


In This Topic
    DisplayXml(XmlDocument) Method
    In This Topic
    Populates the control using the specified xml document. This operation differs from the LoadFromXml one which restores previously saved content while this creates new nodes depending on the document.
    Syntax
    'Declaration
     
    
    Public Overloads Function DisplayXml( _
       ByVal doc As System.Xml.XmlDocument _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTreeViewEx
    Dim doc As System.Xml.XmlDocument
    Dim value As System.Boolean
     
    value = instance.DisplayXml(doc)
    public System.bool DisplayXml( 
       System.Xml.XmlDocument doc
    )

    Parameters

    doc
    The XML document to read.

    Return Value

    True if operation was successful, false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also