The following tables list the members exposed by ShowBrowseTree.
Name | Description | |
---|---|---|
![]() | ShowBrowseTree Constructor | initializes the control objects for later use and installs an event handler for the TreeView control that displys the item of the selected node in the ListView control. The URL is copied into the proxy handler to force the server access to this URL. The BrowseElement object returned from the server for each item is copied into the Tag property of the ListView object. It contains the detail information according the XML-DA specs. The Tag property of TreeNode object contains a tlNodeInfo object with the BrowseElement object of the branch and a ListViewItem array with the items in this branch. |
Name | Description | |
---|---|---|
![]() | btProperties | Definitions that control the display of browsed nodes in the TreeView |
Name | Description | |
---|---|---|
![]() | BrowseModeOneLevel | If set then only the current level is browsed. Next levels are browsed when they are first time selected. This prevents posssible long delays with complex servers. |
![]() | ImageList | List of the images shown in the browse TreeView |
Name | Description | |
---|---|---|
![]() | Dispose | Uninstall the TreeView mouse event handler |
![]() | isBranch | Checks if a node is a branch or an item. |
![]() | isItem | Checks if a node is an item or a branch |
![]() | ItemName | Get the full name of the item/branch in the specified branch. This method is typically used to get the name of the node selected in a treeView. |
![]() | Show | The server is browsed and the branch/item tree structure displayed in the specified TreeView control. If a root name is specified then the server's tree structure is attached to a so named TreeNode. Otherwise the browse tree may start with a TreeNode array. The BrowseElement object returned from the server is copied into the Tag property of the ListView object. It contains the detail information according the XML-DA specs. Browsing includes the item properties dataType and accessRights. The value of these item properties can be accessed in the BrowseElement object. The accessRights value determines the symbol shown in the browse tree. |