System.Web.UI.WebControls.TreeNodeStyleCollection Members

The members of System.Web.UI.WebControls.TreeNodeStyleCollection are listed below.

See Also: Inherited members from System.Web.UI.StateManagedCollection

Public Properties

default property
Item(int)TreeNodeStyle. Documentation for this section has not yet been entered.

Public Methods

Add(TreeNodeStyle) : int

Appends the specified System.Web.UI.WebControls.TreeNodeStyle object to the end of the System.Web.UI.WebControls.TreeNodeStyleCollection object.

Contains(TreeNodeStyle) : bool

Determines whether the specified System.Web.UI.WebControls.TreeNodeStyle object is in the collection.

CopyTo(TreeNodeStyle[], int)

Copies all the items from the System.Web.UI.WebControls.TreeNodeStyleCollection object to a compatible one-dimensional array of System.Web.UI.WebControls.TreeNodeStyle objects, starting at the specified index in the target array.

IndexOf(TreeNodeStyle) : int

Determines the index of the specified System.Web.UI.WebControls.TreeNodeStyle object in the collection.

Insert(int, TreeNodeStyle)

Inserts the specified System.Web.UI.WebControls.TreeNodeStyle object into the System.Web.UI.WebControls.TreeNodeStyleCollection object at the specified index location.

Remove(TreeNodeStyle)

Removes the specified System.Web.UI.WebControls.TreeNodeStyle object from the System.Web.UI.WebControls.TreeNodeStyleCollection object.

RemoveAt(int)

Removes the System.Web.UI.WebControls.TreeNodeStyle object at the specified index location from the System.Web.UI.WebControls.TreeNodeStyleCollection object.

Protected Methods

override
CreateKnownType(int) : object
Documentation for this section has not yet been entered.
override
GetKnownTypes() : Type[]
Documentation for this section has not yet been entered.
override
SetDirtyObject(object)
Documentation for this section has not yet been entered.