Share

RibbonItem Class

Description

This class is used to represent all the items in a ribbon. All of the types of items that are supported in a ribbon are derived from this class. Instances of this class can also be used in drop-down lists. Since this class does not support data templates, instances of this class should not be used directly in ribbon panels.

Class Hierarchy

Autodesk.Windows.RibbonItem
    Autodesk.Windows.RibbonCommandItem
    Autodesk.Windows.RibbonForm
    Autodesk.Windows.RibbonHwnd
    Autodesk.Windows.RibbonLabel
    Autodesk.Windows.RibbonList
    Autodesk.Windows.RibbonPanelBreak
    Autodesk.Windows.RibbonRowBreak
    Autodesk.Windows.RibbonRowPanel
    Autodesk.Windows.RibbonSeparator
    Autodesk.Windows.RibbonSlider
    Autodesk.Windows.RibbonSpinner
    Autodesk.Windows.RibbonTextBox

C#

public class RibbonItem : ICloneable, IRibbonContentUid, IRibbonAutomation, IRibbonHighlightable, INotifyPropertyChanged, IWeakEventListener;

Visual Basic

Public Class RibbonItem
Inherits ICloneable
Inherits IRibbonContentUid
Inherits IRibbonAutomation
Inherits IRibbonHighlightable
Inherits INotifyPropertyChanged
Inherits IWeakEventListener

Links

RibbonItem Fields, RibbonItem Properties, RibbonItem Methods, RibbonItem Events

Was this information helpful?