System.Web.UI.WebControls.TreeNode.Select Method

Selects the current node in the System.Web.UI.WebControls.TreeView control.

Syntax

public void Select ()

Remarks

Use the TreeNode.Select method to select the current node in the System.Web.UI.WebControls.TreeView control.

Note   As an alternative, you can also select the current node by setting the TreeNode.Selected property to true.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0