The RibbonFrameLayoutTab class represents a Windows Forms ribbon tab for editing objects of type Image, TextFrame, DrawingFrame, BarcodeFrame and ChartFrame. To modify one of these objects, a TextControl must be connected with the Ribbon which hosts the RibbonFrameLayoutTab.

Syntax

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

Introduced: X14.

Constructors

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

Enumerations

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

Methods

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