The RibbonInsertTab class represents a Windows Forms ribbon tab for inserting pages, images, charts, shapes, hyperlinks, bookmarks, headers and footers, textframes and symbols. To insert text elements in a document, a TextControl must be connected with the Ribbon that hosts the RibbonInsertTab.

Syntax

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

Introduced: X14.

Constructors

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

Enumerations

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

Methods

Method Description
FindItem Finds a control that has the provided RibbonInsertTab.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)