Share

RibbonLabel Class

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

Visual Basic

Public Class RibbonLabel
Inherits RibbonItem
Inherits IRibbonTextProperties

C#

public class RibbonLabel : RibbonItem, IRibbonTextProperties;

Links

RibbonLabel Fields

Was this information helpful?