The RibbonLabel class represents a label which is inherited from the System.Windows.Forms.Control class. The following describes only the properties, methods and events defined through the RibbonLabel class. For a list of properties, methods and events inherited from the System.Windows.Forms.Control class see the .NET Framework reference.

Syntax

public class RibbonLabel : System.Windows.Forms.Control
Public Class RibbonLabel
  Inherits System.Windows.Forms.Control

Introduced: X14.

Constructors

Constructor Description
RibbonLabel Initializes a new instance of the RibbonLabel class.

Properties

Property Description
ParentCollection Gets the RibbonItemCollection that contains this RibbonLabel.
SmallIcon Gets or sets a 16x16 1/96 inch icon for this RibbonLabel.
Text Overridden.
ToolTip Gets an object of type RibbonToolTip that displays text when the mouse pointer hovers over the item.