Adds a new tree node to the end of the current tree node collection with the specified label text.
[Visual Basic] Overloads Public Function Add( _ ByVal text As String _ ) As TreeNode [C#] public TreeNode Add( string text ); [C++] public: TreeNode* Add( String* text );
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
TreeNodeCollection Class | TreeNodeCollection Members | Wimark.Controls Namespace