HtmlMenuItemCollectionLoc Members
Include Protected Members
Include Inherited Members
This class and its members are reserved for internal use and are not intended to be used in your code.
The HtmlMenuItemCollectionLoc type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HtmlMenuItemCollectionLoc | This member is reserved for internal use and is not intended to be used directly from your code. |
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. (Inherited from HtmlMenuItemCollection.) |
![]() |
Clear | (Inherited from CollectionBase.) |
![]() |
Contains | Determines whether this collection contains a specified menu item. (Inherited from HtmlMenuItemCollection.) |
![]() |
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. (Inherited from HtmlMenuItemCollection.) |
![]() |
Insert | Inserts a menu item at the specified location. (Inherited from HtmlMenuItemCollection.) |
![]() |
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. (Inherited from HtmlMenuItemCollection.) |
![]() |
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