The delimeter string used by TreeNode.getFullPath().
[Visual Basic] Public Property PathSeparator As String [C#] public string PathSeparator {get; set;} [C++] public: __property String* get_PathSeparator(); public: __property void set_PathSeparator(String*); [JScript] public function get PathSeparator() : String; public function set PathSeparator(String);
TreeView Class | TreeView Members | System.WinForms Namespace