Description
This class is used to add a label type item to the ribbon.
Labels are used to convey information when displaying an image or text. Labels are non-interactive, don't respond to mouse or keyboard and don't support tooltips. Labels support both standard and large size.
Class Hierarchy
Autodesk.Windows.RibbonItem Autodesk.Windows.RibbonLabel
C#
public class RibbonLabel : RibbonItem, IRibbonTextProperties;
Visual Basic
Public Class RibbonLabel Inherits RibbonItem Inherits IRibbonTextProperties