TreeNodeStyleCollection Methods

(see also Protected Methods )
  Name Description
Public method Add Appends the specified TreeNodeStyle object to the end of the TreeNodeStyleCollection object.
Public method Clear  Removes all items from the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Public method Contains Determines whether the specified TreeNodeStyle object is in the collection.
Public method CopyTo Overloaded. Copies all the items from the TreeNodeStyleCollection object.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetEnumerator  Returns an iterator that iterates through the StateManagedCollection collection. (Inherited from StateManagedCollection.)
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Determines the index of the specified TreeNodeStyle object in the collection.
Public method Insert Inserts the specified TreeNodeStyle object into the TreeNodeStyleCollection object at the specified index location.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Remove Removes the specified TreeNodeStyle object from the TreeNodeStyleCollection object.
Public method RemoveAt Removes the TreeNodeStyle object at the specified index location from the TreeNodeStyleCollection object.
Public method SetDirty  Forces the entire StateManagedCollection collection to be serialized into view state. (Inherited from StateManagedCollection.)
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

Community Additions

ADD
Show: