RibbonGroupElementT Class |
Namespace: Colygon.MatchPoint.Common.Ribbon
public class RibbonGroupElement<T> : RibbonElement, IEnumerable<T>, IEnumerable where T : RibbonElement
The RibbonGroupElementT type exposes the following members.
Name | Description | |
---|---|---|
RibbonGroupElementT | Initializes a new instance of the RibbonGroupElementT class |
Name | Description | |
---|---|---|
CommandProvider | Returns the command provider for the current element. (Overrides RibbonElementCommandProvider.) | |
Id | A string that identifies the element, such as "Ribbon.Library.Share.NewRibbonButton". (Overrides RibbonElementId.) | |
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. | |
AddConnectionDependencies | This method allows implementing dependencies to other MatchPoint controls. (Inherited from RibbonElement.) | |
AddRangeT2 | Adds a range of children to this group. | |
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 | ||
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) | Serializes this RibbonGroupElement to XML. (Overrides RibbonElementToXml(XmlTextWriter).) |
Name | Description | |
---|---|---|
Sequence | An integer that specifies the order of placement among sibling XML nodes (Inherited from RibbonElement.) | |
Visible | Specifies whether the element is visible. (Inherited from RibbonElement.) |