RibbonItemCollectionBuilder<TItemCollectionBuilder> Members
A builder for a ribbon item collection.Methods
| Name | Description |
|---|---|
| AddButton() | Adds a new item to the end of the ribbon item collection. |
| AddButton(String, String, Boolean, String, Boolean) | Adds a new item with the specified settings to the end of the ribbon item collection. |
| AddColorBox() | Adds a new color box item to the end of the ribbon item collection. |
| AddColorBox(String, String, Boolean, String) | Adds a new color box item with the specified settings to the end of the ribbon item collection. |
| AddMenu() | Adds a new menu item to the end of the ribbon item collection. |
| AddNumberBox() | Adds a new number box item to the end of the ribbon item collection. |
| AddNumberBox(String, String, Boolean, Int32, Int32, Int32, Int32, String, Int32) | Adds a new number box item to the end of the ribbon item collection. |
| AddSelectBox() | Adds a new select box item to the end of the ribbon item collection. |
| AddToggleButton(Boolean) | Adds a new button item to the end of the ribbon item collection. |
| AddToggleButton(String, String, Boolean, String, Boolean, Boolean) | Adds a new button item to the end of the ribbon item collection. |
| Clear() | Removes all items from the 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. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| InsertButton(Int32) | Inserts a new button item to the ribbon item collection at the specified position. |
| InsertColorBox(Int32) | Inserts a new color box item to the ribbon item collection at the specified position. |
| InsertMenu(Int32) | Inserts a new menu item to the ribbon item collection at the specified position. |
| InsertNumberBox(Int32) | Inserts a new number box item to the ribbon item collection at the specified position. |
| InsertSelectBox(Int32) | Inserts a new select box item to the ribbon item collection at the specified position. |
| InsertToggleButton(Int32, Boolean) | Inserts a new button item into the ribbon 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 from the ribbon item collection. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also