The following tables list the members exposed by ShowBrowseTreeList.
Name | Description | |
---|---|---|
![]() | ShowBrowseTreeList 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 | Uninstalls 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 |
![]() | Show | browses the server and displays all branches in the TreeView control and the items of the selected branch in the ListView control. The root node is required because root items attached to this root node. 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. |