The RibbonReferencesTab class represents a Windows Forms ribbon tab for creating and editing tables of contents. To enable these settings the TextControl must be connected with the Ribbon that hosts the RibbonReferencesTab.

Syntax

public class RibbonReferencesTab : Windows.Forms.Ribbon.RibbonTab
Public Class RibbonReferencesTab
  Inherits Windows.Forms.Ribbon.RibbonTab

Introduced: X19.

Constructors

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

Enumerations

Enumeration Description
RibbonDropDownItem Each RibbonDropDownItem represents a drop-down item in the RibbonReferencesTab.
RibbonItem Each RibbonItem represents an item in the RibbonReferencesTab that is not a drop-down item.

Methods

Method Description
FindItem Finds a control that has the provided RibbonReferencesTab.RibbonItem identifier.

Properties

Property Description
KeyTip Gets or sets the keyboard shortcut of the RibbonTab.
(Inherited from RibbonTab)
RibbonGroups Gets a collection of all RibbonGroups in a RibbonTab.
(Inherited from RibbonTab)