EasyUA Reference
ShowBrowseTreeList Class
Members  See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace : ShowBrowseTreeList Class

Glossary Item Box

The UA server is browsed and all nodes are displayed in a TreeView control.
The Variable class nodes of the selected TreeView node are displayed in the ListView.
In the ListView multiple nodes can be selected while the TreeView only allows selection a single node.
Node images are displayed as shown in the picture. The user can select other images or supply his own ImageList. In default mode, the server is browsed as needed, initially the root level and each branch when it is selected for the first time. This results in a short latency, even for servers with a large address space. The BrowseTreeList object's BowseModeOneLevel property can be set to false, to force browsing all levels in the first call.
TreeNode.Text holds the UA node display name.
TreeNode.Tag holds a NodeElement object with the details of the UA node and the details of the child nodes.

Object Model

ShowBrowseTreeList Class

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ShowBrowseTreeList
C# 
public class ShowBrowseTreeList 

Inheritance Hierarchy

System.Object
   Advosol.EasyUA.ShowBrowseTreeList

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.