RibbonDropDownItem Members (2007 System)
Include Protected Members
Include Inherited Members
Represents an item in a drop-down list in a RibbonDropDownItemCollection.
The RibbonDropDownItem type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the RibbonDropDownItem class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents this RibbonDropDownItem object. (Overrides Object.ToString().)
Top
Properties
Name
Description
Gets a unique string that Microsoft Office uses to identify this RibbonDropDownItem.
Gets or sets an image this is displayed on this RibbonDropDownItem.
Gets or sets the text that is displayed by this RibbonDropDownItem.
Gets or sets the image to display on the RibbonDropDownItem, if you want to use a built-in Microsoft Office icon.
Gets the RibbonComponent to which this RibbonDropDownItem belongs.
Gets the top-level Ribbon object that contains the rest of the control hierarchy.
Gets or sets tip text that appears when the user moves the pointer over the RibbonDropDownItem.
Gets or sets multiline tip text that appears when the user moves the pointer over the RibbonDropDownItem.
Gets or sets application-specific data that is associated with this RibbonDropDownItem.
Top