If true the the server browsing is done on demand. Initially only one level is browsed. Child nodes are browsed from the TreeView event handler when a yet unbrowsed node is selected. If false then the whole server tree structure is browsed and a corresponding TreeNode structure is built.
NOTE: With complex servers this may take a long time.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ShowBrowseTree
Dim value As Boolean
instance.BrowseModeOneLevel = value
value = instance.BrowseModeOneLevel
|
C# | |
---|
public bool BrowseModeOneLevel {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also