RibbonDropDownItem Class (2007 System)

Represents an item in a drop-down list in a RibbonDropDownItemCollection.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public NotInheritable Class RibbonDropDownItem
'Usage
Dim instance As RibbonDropDownItem
public sealed class RibbonDropDownItem
public ref class RibbonDropDownItem sealed
public final class RibbonDropDownItem

Remarks

A RibbonDropDownItem object contains all the data necessary to visually represent an item in a list in a RibbonComboBox, RibbonDropDown, or RibbonGallery. RibbonDropDownItem items have a label and, optionally, an associated image. They can also have a Screen Tip and Enhanced Screen Tip, which are both descriptions that appear when the user pauses the mouse pointer over a control.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.Ribbon.RibbonDropDownItem

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RibbonDropDownItem Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Overview

Ribbon Designer

Ribbon Object Model Overview

How to: Get Started Customizing the Ribbon