RibbonDropDown Class |
Namespace: Colygon.MatchPoint.Common.Ribbon
public class RibbonDropDown : BaseRibbonDropDown
The RibbonDropDown type exposes the following members.
Name | Description | |
---|---|---|
RibbonDropDown | Initializes a new RibbonDropDown instance. | |
RibbonDropDown(String) | Initializes a new RibbonDropDown 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.) | |
MenuToXml | (Inherited from BaseRibbonDropDown.) | |
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 | |
---|---|---|
Enabled | Specifies whether the control is enabled. | |
InitialItem | Specifies the initially selected item. | |
InitialText | Specifies the display text for the drop-down list (if no initial item is defined). | |
Label | Specifies a label for the drop-down list. | |
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.
(Inherited from BaseRibbonDropDown.) | |
Sequence | An integer that specifies the order of placement among sibling XML nodes (Inherited from RibbonElement.) | |
TemplateAlias | The template alias. | |
Visible | Specifies whether the element is visible. (Inherited from RibbonElement.) | |
Width | The width of the ribbon drop down. |