Click or drag to resize
GroupTemplateLibrary Class
Library, which contains Ribbon Group Templates
Inheritance Hierarchy
SystemObject
  FluentRibbon.LibrariesGroupTemplateLibrary

Namespace: FluentRibbon.Libraries
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public class GroupTemplateLibrary

The GroupTemplateLibrary type exposes the following members.

Constructors
  NameDescription
Public methodGroupTemplateLibrary
Initializes a new instance of the GroupTemplateLibrary class
Top
Fields
  NameDescription
Public fieldStatic memberSimpleTemplate
This simple group template allows you create plain ribbon group with unbounded number of large (32x32 icons) controls inside. This group template contains only one control section.
Public fieldStatic memberThreeRowTemplate
This template provides single three-row section for medium-sized controls. Number of controls is unbounded.
Top
Properties
  NameDescription
Public propertyStatic memberAllTemplates
All templates from the library
Top
Remarks
Control groups in the Ribbon accumulate controls, such as buttons, menus, drop downs, and other stuff. Definining group template, you provide visual control composition. For example, in one group it could be one large button and three small ones.
See Also