Appends the specified System.Web.UI.WebControls.TreeNodeStyle object to the end of the System.Web.UI.WebControls.TreeNodeStyleCollection object.
- style
- The System.Web.UI.WebControls.TreeNodeStyle to append.
The position into which the new System.Web.UI.WebControls.TreeNodeStyle was inserted.
Use the TreeNodeStyleCollection.Add(TreeNodeStyle) method to append the specified System.Web.UI.WebControls.TreeNodeStyle object to the end of the System.Web.UI.WebControls.TreeNodeStyleCollection object.
The System.Web.UI.WebControls.TreeNodeStyleCollection allows you to add null, as well as duplicate System.Web.UI.WebControls.TreeNodeStyle objects.