HtmlMenuItemCollection Members
Include Protected Members
Include Inherited Members
A template that defines the menu items for a specific menu.
The HtmlMenuItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HtmlMenuItemCollection | Initializes a new instance of the HtmlMenuItemCollection class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Capacity | (Inherited from CollectionBase.) |
![]() |
Count | (Inherited from CollectionBase.) |
![]() |
InnerList | (Inherited from CollectionBase.) |
![]() |
List | (Inherited from CollectionBase.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a menu item to a menu. |
![]() |
Clear | (Inherited from CollectionBase.) |
![]() |
Contains | Determines whether this collection contains a specified menu item. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from CollectionBase.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Gets the index of the menu item. |
![]() |
Insert | Inserts a menu item at the specified location. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnClear | (Inherited from CollectionBase.) |
![]() |
OnClearComplete | (Inherited from CollectionBase.) |
![]() |
OnInsert | (Inherited from CollectionBase.) |
![]() |
OnInsertComplete | (Inherited from CollectionBase.) |
![]() |
OnRemove | (Inherited from CollectionBase.) |
![]() |
OnRemoveComplete | (Inherited from CollectionBase.) |
![]() |
OnSet | (Inherited from CollectionBase.) |
![]() |
OnSetComplete | (Inherited from CollectionBase.) |
![]() |
OnValidate | (Inherited from CollectionBase.) |
![]() |
Remove | Removes a menu item from a menu. |
![]() |
RemoveAt | (Inherited from CollectionBase.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IList.Add | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Contains | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.CopyTo | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IndexOf | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Insert | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsFixedSize | (Inherited from CollectionBase.) |
![]() ![]() |
IList.IsReadOnly | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Item | (Inherited from CollectionBase.) |
![]() ![]() |
IList.Remove | (Inherited from CollectionBase.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top