Skip to main content

RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder> Methods

A builder for a ribbon tab collection.
Name Description
Add() Adds a new tab to the end of the ribbon tab collection.
Add(String, String) Adds a new tab to the end of the ribbon tab collection.
Add(String) Adds a new tab with the specified title to the end of the ribbon tab collection.
Clear() Removes all tabs from the ribbon tab 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 a tab from the collection by a tab index.
GetByName(String) Retrieves a specific tab from the collection.
GetByTitle(String) Retrieves a tab from the collection by a tab title.
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 tab to the ribbon tab 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 a tab at the specified position from the ribbon tab collection.
RemoveByName(String) Removes a tab with the specified name from the ribbon tab collection.
RemoveByTitle(String) Removes a tab with the specified title from the ribbon tab collection.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also