The members of System.Web.UI.WebControls.MenuItemCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.WebControls.MenuItemCollection class using the default values. | ||
Initializes a new instance of the System.Web.UI.WebControls.MenuItemCollection class using the specified parent menu item (or owner). |
[read-only] | Count | int.
Gets the number of menu items contained in the current System.Web.UI.WebControls.MenuItemCollection object. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether access to the System.Web.UI.WebControls.MenuItemCollection object is synchronized (thread safe). |
[read-only] default property | Item(int) | MenuItem. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the System.Web.UI.WebControls.MenuItemCollection object. |
Add(MenuItem)
| ||
AddAt(int, MenuItem)
| ||
Clear()
| ||
Contains(MenuItem)
| ||
CopyTo(Array, int)
| ||
CopyTo(MenuItem[], int)
| ||
GetEnumerator()
| ||
IndexOf(MenuItem)
| ||
Remove(MenuItem)
| ||
RemoveAt(int)
|
ICollection.CopyTo | Documentation for this section has not yet been entered. | |
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value that indicates whether the System.Web.UI.WebControls.MenuItemCollection object is saving changes to its view state. |
System.Web.UI.IStateManager.LoadViewState |
Loads the System.Web.UI.WebControls.MenuItemCollection object's previously saved view state. | |
System.Web.UI.IStateManager.SaveViewState |
Saves the changes to view state to an object. | |
System.Web.UI.IStateManager.TrackViewState |
Instructs the System.Web.UI.WebControls.MenuItemCollection object to track changes to its view state. |