RibbonMenuSubItemCollectionBuilder Methods
A builder for a menu item’s sub-item collection.| Name | Description |
|---|---|
| Add() | Adds a new item to the end of the menu item’s sub-item collection. |
| Add(String, String, String, Boolean) | Adds a new item with the specified settings to the end of the menu item’s sub-item collection. |
| Clear() | Removes all items from the menu item’s sub-item collection. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetAt(Int32) | Retrieves an item from the collection by an item index. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Insert(Int32) | Inserts a new item to the menu item’s sub-item collection at the specified position. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RemoveAt(Int32) | Removes an item at the specified position. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also