The RibbonProofingTab class represents a Windows Forms ribbon tab for setting proofing options such as spelling, hyphenation or language settings. To enable the set language button, the TextControl must be connected with the Ribbon that hosts the RibbonProofingTab. To enable all other buttons of this tab, additionally the TextControl.SpellChecker property must be connected to an object of type TXSpellChecker

Syntax

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

Introduced: X14.

Constructors

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

Enumerations

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

Methods

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

Properties

Property Description
CommentsHorizontalSidebar Gets or sets the horizontal sidebar that is connected to the RibbonProofingTab's TXITEM_Comments button.
CommentsSidebar Gets or sets the vertical sidebar that is connected to the RibbonProofingTab's TXITEM_Comments button.
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)
TrackedChangesHorizontalSidebar Gets or sets the horizontal sidebar that is connected to the RibbonProofingTab's TXITEM_TrackedChanges button.
TrackedChangesSidebar Gets or sets the vertical sidebar that is connected to the RibbonProofingTab's TXITEM_TrackedChanges button.