Defines the browse mode. TRUE: The initial browse does browse only the root node
FALSE: The initial browse does browse the complete server structure.
With some servers this may take a long time and generate a huge structure.
The constructor initializes this property to TRUE if a TreeView object is passed.
Syntax
Visual Basic (Declaration) | |
---|
Public Property BrowseModeOneLevel As Boolean |
C# | |
---|
public bool BrowseModeOneLevel {get; set;} |
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x
See Also