Share via


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

Public method

RibbonDropDownItem

Initializes a new instance of the RibbonDropDownItem class.

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

Returns a string that represents this RibbonDropDownItem object. (Overrides Object.ToString().)

Top

Properties

 

Name

Description

Public property

Id

Gets a unique string that Microsoft Office uses to identify this RibbonDropDownItem.

Public property

Image

Gets or sets an image this is displayed on this RibbonDropDownItem.

Public property

Label

Gets or sets the text that is displayed by this RibbonDropDownItem.

Public property

OfficeImageId

Gets or sets the image to display on the RibbonDropDownItem, if you want to use a built-in Microsoft Office icon.

Public property

Parent

Gets the RibbonComponent to which this RibbonDropDownItem belongs.

Public property

Ribbon

Gets the top-level Ribbon object that contains the rest of the control hierarchy.

Public property

ScreenTip

Gets or sets tip text that appears when the user moves the pointer over the RibbonDropDownItem.

Public property

SuperTip

Gets or sets multiline tip text that appears when the user moves the pointer over the RibbonDropDownItem.

Public property

Tag

Gets or sets application-specific data that is associated with this RibbonDropDownItem.

Top

See Also

Reference

RibbonDropDownItem Class

Microsoft.Office.Tools.Ribbon Namespace