The RibbonToolTip class represents a small rectangular pop-up window that displays the title and/or a brief description of a ribbon item's purpose when the user rests the pointer on the control. If neither the Title nor the Description property is set, the tool tip is not displayed. A RibbonToolTip is inherited from the System.ComponentModel.Component class. The following describes only the properties, methods and events defined through the RibbonToolTip class. For a list of properties, methods and events inherited from the System.ComponentModel.Component class see the .NET Framework reference.

Syntax

public class RibbonToolTip : System.ComponentModel.Component
Public Class RibbonToolTip
  Inherits System.ComponentModel.Component

Introduced: X14.

Events

Event Description
Opening Occurs as the the RibbonToolTip window is opening.

Properties

Property Description
Description Gets or sets the description for the RibbonToolTip window.
Title Gets or sets the title for the RibbonToolTip window.