System.Windows.Forms.TreeNode.FullPath Property

Gets the path from the root tree node to the current tree node.

Syntax

[System.ComponentModel.Browsable(false)]
public string FullPath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The path consists of the labels of all the tree nodes that must be navigated to reach this tree node, starting at the root tree node. The node labels are separated by the delimiter character specified in the TreeView.PathSeparator property of the System.Windows.Forms.TreeView control that contains this node. For example, if the delimiter character of the tree view control named "Location" is set to the backslash character, (\), the TreeNode.FullPath property value is "Country\Region\State".

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0