System.Web.UI.WebControls.MenuItemStyleCollection Members

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

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

Public Properties

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

Public Methods

Add(MenuItemStyle) : int

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

Contains(MenuItemStyle) : bool

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

CopyTo(MenuItemStyle[], int)

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

IndexOf(MenuItemStyle) : int

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

Insert(int, MenuItemStyle)

Inserts the specified System.Web.UI.WebControls.MenuItemStyle object into the collection at the specified index location.

Remove(MenuItemStyle)

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

RemoveAt(int)

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

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.