RibbonTab Class |
Namespace: Colygon.MatchPoint.Common.Ribbon
public class RibbonTab : RibbonGroupElement<RibbonGroup>
The RibbonTab type exposes the following members.
Name | Description | |
---|---|---|
RibbonTab(String) | Initializes a new RibbonTab instance. | |
RibbonTab(String, Boolean) | Initializes a new RibbonTab instance. |
Name | Description | |
---|---|---|
CommandProvider | Returns the command provider for the current element. (Inherited from RibbonGroupElementT.) | |
Id | A string that identifies the element, such as "Ribbon.Library.Share.NewRibbonButton". (Inherited from RibbonGroupElementT.) | |
Parent | Specifies the parent element. (Inherited from RibbonElement.) | |
UniqueId | A string that identifies this element. (Inherited from RibbonElement.) |
Name | Description | |
---|---|---|
AddT2 | Adds a child element. (Inherited from RibbonGroupElementT.) | |
AddConnectionDependencies | This method allows implementing dependencies to other MatchPoint controls. (Inherited from RibbonElement.) | |
AddRangeT2 | Adds a range of children to this group. (Inherited from RibbonGroupElementT.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator | (Inherited from RibbonGroupElementT.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ToXml | Serializes this ribbon element to XML. (Inherited from RibbonElement.) | |
ToXml(XmlTextWriter) | (Overrides RibbonGroupElementTToXml(XmlTextWriter).) |
Name | Description | |
---|---|---|
IsInitialTab | Specifies whether the tab is displayed as selected when the Server ribbon is rendered. | |
Sequence | An integer that specifies the order of placement among sibling XML nodes (Inherited from RibbonElement.) | |
Title | Specifies the title of the tab control. | |
Visible | Specifies whether the element is visible. (Inherited from RibbonElement.) |