RibbonSelectBoxSubItemCollectionBuilder Members
A builder for a ribbon select box sub-item collection.Methods
| Name | Description |
|---|---|
| Add() | Adds a new item to the end of the select box sub-item collection. |
| Add(String, Object) | Adds a new item with the specified settings to the end of the select box sub-item collection. |
| Clear() | Removes all items from the select box 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 select box 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