BaseRibbonDropDown Class |
Namespace: Colygon.MatchPoint.Common.Ribbon
public class BaseRibbonDropDown : RibbonGroupElement<RibbonMenuSection>
The BaseRibbonDropDown type exposes the following members.
Name | Description | |
---|---|---|
BaseRibbonDropDown | Initializes a new instance of the BaseRibbonDropDown class |
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.) | |
MenuToXml | ||
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. (Inherited from RibbonGroupElementT.) |
Name | Description | |
---|---|---|
MenuProvider |
Specifies a menu provider that is used to create the drop-down list. If not specified, the menu is created using the
MenuToXml(XmlTextWriter) method.
| |
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.) |