If true the the server browsing is done on demand. Initially only one level is browsed.
Sub-branches are browsed from the TreeView event handler when a yet unbrowsed branch
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 (Declaration) | |
---|
Public Property BrowseModeOneLevel As Boolean
|
C# | |
---|
public bool BrowseModeOneLevel {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also