Create a new BrowseTreeList class for convenient browsing and display of the servers
item tree structure with the branches in a TreeView control and the items of each branch in a
ListView control.
An empty ShowBrowseTreeList object is created and the default BrowseTree ImageList is assigned
to the TreeView and ListView control. The browse mode is set to BrowseModeOneLevel=true.
Syntax
Parameters
- tvBranches
- lvItems
Return Value
HRESULT success/error code
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also