System.Web.UI.WebControls.MenuItemBindingCollection Members

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

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

Public Properties

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

Public Methods

Add(MenuItemBinding) : int

Appends the specified System.Web.UI.WebControls.MenuItemBinding object to the end of the collection.

Contains(MenuItemBinding) : bool

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

CopyTo(MenuItemBinding[], int)

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

IndexOf(MenuItemBinding) : int

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

Insert(int, MenuItemBinding)

Adds the specified System.Web.UI.WebControls.MenuItemBinding object to the collection at the specified index location.

Remove(MenuItemBinding)

Removes the specified System.Web.UI.WebControls.MenuItemBinding object from the collection.

RemoveAt(int)

Removes the System.Web.UI.WebControls.MenuItemBinding object at the specified index location from the collection.

Protected Methods

override
CreateKnownType(int) : object

Creates an object of the data type that corresponds to the specified index.

override
GetKnownTypes() : Type[]

Creates an array of Type objects that contains the supported data types of the System.Web.UI.WebControls.MenuItemBindingCollection class.

override
SetDirtyObject(object)

Marks the specified System.Web.UI.WebControls.MenuItemBinding object as having changed since the last load or save from view state.