The RibbonFormFieldsTab class represents a Windows Forms ribbon tab for inserting and editing form fields. It is inherited from the System.Windows.Controls.Ribbon.RibbonTab class and must be hosted in a System.Windows.Controls.Ribbon.Ribbon object. It can be connected with a WPF.TextControl through the WPF.TextControl.RibbonFormFieldsTab property. Each item has a name, available through its Name property, which corresponds with a member of the WPF.RibbonFormFieldsTab.RibbonItem enumeration. The FrameworkElement.FindName method can be used to get a certain item and manipulate, move or delete it.

Syntax

public class RibbonFormFieldsTab : System.Windows.Controls.Ribbon.RibbonTab
Public Class RibbonFormFieldsTab
  Inherits System.Windows.Controls.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.

Properties

Property Description
ConditionalInstructionsHorizontalSidebar Specifies the name of the horizontal sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its horizontal sidebar drop down button.
ConditionalInstructionsSidebar Specifies the name of the vertical sidebar that is connected to the RibbonFormFieldsTab's TXITEM_ManageConditionalInstructions button and its vertical sidebar drop down button.