Documentation for this section has not yet been entered.
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".