Beispiel #1
0
        public __TreeNode(string text)
        {
            // http://forums.sun.com/thread.jspa?threadID=153780

            this.Text = text;

            this.InternalNodes = new __TreeNodeCollection
            {
                //InternalTreeView = this,
                InternalRoot = this.InternalElement
            };

            this.Nodes = (global::System.Windows.Forms.TreeNodeCollection)(object) this.InternalNodes;
        }
		public __TreeNode(string text)
		{
			// http://forums.sun.com/thread.jspa?threadID=153780

			this.Text = text;

			this.InternalNodes = new __TreeNodeCollection
			{
				//InternalTreeView = this,
				InternalRoot = this.InternalElement
			};

			this.Nodes = (global::System.Windows.Forms.TreeNodeCollection)(object)this.InternalNodes;
		}