Click or drag to resize
TabDefinition Class
Definition for a ribbon tab
Inheritance Hierarchy

Namespace: FluentRibbon.Definitions
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public class TabDefinition : RibbonDefinition

The TabDefinition type exposes the following members.

Constructors
  NameDescription
Public methodTabDefinition
Initializes a new instance of the TabDefinition class
Top
Fields
  NameDescription
Public fieldGroups
Groups of controls. Required at least one group.
Public fieldGroupTemplates

Templates for control groups within the tab.

By default, it equals to AllTemplates.

Public fieldSequence
Determines order of the tab. 501 by default.
Public fieldTitle
Title, it will be displayed as the tab caption.
Top
See Also