TreeNodeStyleCollection::Add Method (TreeNodeStyle^)
.NET Framework (current version)
Appends the specified TreeNodeStyle object to the end of the TreeNodeStyleCollection object.
Assembly: System.Web (in System.Web.dll)
Parameters
- style
-
Type:
System.Web.UI.WebControls::TreeNodeStyle^
The TreeNodeStyle to append.
Use the Add method to append the specified TreeNodeStyle object to the end of the TreeNodeStyleCollection object.
Note |
|---|
The TreeNodeStyleCollection allows you to add null, as well as duplicate TreeNodeStyle objects. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
