The RibbonFormFieldsTab class represents a Windows Forms ribbon tab for inserting and editing form fields. To modify a form field, a TextControl must be connected with the Ribbon which hosts the RibbonFormFieldsTab.

Syntax

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

Introduced: X18.

Constructors

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

Enumerations

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

Methods

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

Properties

Property Description
ConditionalInstructionsHorizontalSidebar Gets or sets the horizontal sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its horizontal sidebar drop down button.
ConditionalInstructionsSidebar Gets or sets the vertical sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its vertical sidebar drop down 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)