The RibbonFormattingTab class represents a ribbon tab for setting font and paragraph attributes, formatting styles and for handling the clipboard. To show the formatting attributes of a document the TextControl must be connected with the Ribbon that hosts the RibbonFormattingTab.

Syntax

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

Introduced: X14.

Constructors

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

Enumerations

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

Methods

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

Properties

Property Description
FindHorizontalSidebar Gets or sets the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Find button and its horizontal sidebar drop down button.
FindSidebar Gets or sets the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Find button and its vertical sidebar drop down button.
GotoHorizontalSidebar Gets or sets the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Goto button.
GotoSidebar Gets or sets the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Goto button and its vertical sidebar drop down button.
KeyTip Gets or sets the keyboard shortcut of the RibbonTab.
(Inherited from RibbonTab)
ReplaceHorizontalSidebar Gets or sets the horizontal sidebar that is connected to the RibbonFormattingTab's TXITEM_Replace button.
ReplaceSidebar Gets or sets the vertical sidebar that is connected to the RibbonFormattingTab's TXITEM_Replace button and its vertical sidebar drop down button.
RibbonGroups Gets a collection of all RibbonGroups in a RibbonTab.
(Inherited from RibbonTab)
StylesSidebar Gets or sets the sidebar that is connected to the RibbonFormattingTab's TXITEM_StylesGroup's dialog box launcher.