Expands all nodes up to the specified level, collapses others.
シンタックス
'宣言
Public Sub Show( _
ByVal As System.Integer _
)
public void Show(
System.int
)
パラメータ
- level
- The level to show. Any nodes with Node.Level higher than this will be collapsed, others will be expanded.
参照