Skip to main content

RibbonTabCollection Methods

A tab collection for the Rich Text Editor‘s ribbon.
Name Description
Add(Int32, String) Adds a predefined tab to the end of the ribbon.
Add(String) Adds a predefined tab to the specified position in the ribbon.
AddCustomTab(Int32, String, String) Adds a custom tab to the specified position in the ribbon.
AddCustomTab(String, String) Adds a custom tab to the end of the ribbon.
Clear() Removes all tabs, groups, or items from a tab, group, or item collection. Inherited from BarItemCollectionBase<T>.
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.
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.
Remove(Int32) Removes a tab, group, or item with the specified index from a tab, group, or item collection. Inherited from BarItemCollectionBase<T>.
Remove(String) Removes a tab, group, or item with the specified name from a tab, group, or item collection. Inherited from BarItemCollectionBase<T>.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also