RibbonElement Class |
Namespace: Colygon.MatchPoint.Common.Ribbon
public abstract class RibbonElement
The RibbonElement type exposes the following members.
Name | Description | |
---|---|---|
RibbonElement | Initializes a new instance of the RibbonElement class |
Name | Description | |
---|---|---|
CommandProvider |
The RibbonCommandProvider providing functionality for this ribbon element.
| |
Id | A string that identifies this element, such as "Ribbon.Library.Share.NewRibbonButton". | |
Parent | Specifies the parent element. | |
UniqueId | A string that identifies this element. |
Name | Description | |
---|---|---|
AddConnectionDependencies | This method allows implementing dependencies to other MatchPoint controls. | |
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.) | |
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. | |
ToXml(XmlTextWriter) | Serializes this ribbon element to XML. |
Name | Description | |
---|---|---|
Sequence | An integer that specifies the order of placement among sibling XML nodes | |
Visible | Specifies whether the element is visible. |