System.Web.UI.WebControls.SubMenuStyleCollection Members

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

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

Public Properties

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

Public Methods

Add(SubMenuStyle) : int

Adds a submenu style to the System.Web.UI.WebControls.SubMenuStyleCollection collection.

Contains(SubMenuStyle) : bool

Determines whether a System.Web.UI.WebControls.SubMenuStyleCollection collection contains a specific System.Web.UI.WebControls.SubMenuStyle instance.

CopyTo(SubMenuStyle[], int)

Copies the contents of a System.Web.UI.WebControls.SubMenuStyleCollection collection to an array, starting at a specified array index.

IndexOf(SubMenuStyle) : int

Determines the location of a specified System.Web.UI.WebControls.SubMenuStyle object in the System.Web.UI.WebControls.SubMenuStyleCollection collection.

Insert(int, SubMenuStyle)

Inserts a System.Web.UI.WebControls.SubMenuStyle object into the System.Web.UI.WebControls.SubMenuStyleCollection collection at the specified index.

Remove(SubMenuStyle)

Removes the first occurrence of the specified System.Web.UI.WebControls.SubMenuStyle object from the System.Web.UI.WebControls.SubMenuStyleCollection collection.

RemoveAt(int)

Removes the System.Web.UI.WebControls.SubMenuStyle object at the specified location.

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.SubMenuStyleCollection class.

override
SetDirtyObject(object)

Instructs a System.Web.UI.WebControls.SubMenuStyle object contained by the System.Web.UI.WebControls.SubMenuStyleCollection collection to record its entire state to view state.