In This Topic
Expands all nodes up to the specified level, collapses others.
Syntax
'Declaration
Public Sub Show( _
ByVal As Integer _
)
Parameters
- level
- The level to show. Any nodes with Node.Level higher than this will be collapsed, others will be expanded.
See Also