The members of System.Web.UI.WebControls.TreeNodeCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.TreeNodeCollection class using the default values. | ||
Initializes a new instance of the System.Web.UI.WebControls.TreeNodeCollection class using the specified parent node (or owner). |
[read-only] | Count | int.
Gets the number of items in the System.Web.UI.WebControls.TreeNodeCollection object. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether access to the System.Web.UI.WebControls.TreeNodeCollection is synchronized (thread safe). |
[read-only] default property | Item(int) | TreeNode. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Web.UI.WebControls.TreeNodeCollection object. |
ICollection.CopyTo |
Copies all the items from the System.Web.UI.WebControls.TreeNodeCollection object to a compatible one-dimensional Array, starting at the specified index in the target array. | |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value indicating whether the System.Web.UI.WebControls.TreeNodeCollection object is saving changes to its view state. |
System.Web.UI.IStateManager.LoadViewState |
Loads the System.Web.UI.WebControls.TreeNodeCollection object's previously saved view state. | |
System.Web.UI.IStateManager.SaveViewState |
Saves the changes to view state to a object. | |
System.Web.UI.IStateManager.TrackViewState |
Instructs the System.Web.UI.WebControls.TreeNodeCollection to track changes to its view state. |