Returns the full path of this node. The path consists of the labels of each of the nodes from the root to this node, each separated by the pathSeperator.
[Visual Basic] Public ReadOnly Property FullPath As String [C#] public string FullPath {get;} [C++] public: __property String* get_FullPath(); [JScript] public function get FullPath() : String;
TreeNode Class | TreeNode Members | System.WinForms Namespace