Click or drag to resize
ControlDefinition Class
Abstract parent class for all concrete control definition
Inheritance Hierarchy

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

The ControlDefinition type exposes the following members.

Fields
  NameDescription
Public fieldTemplateAlias

A string that matches the value of the TemplateAlias attribute for a ControlRef element, an OverflowArea element, or an OverflowSection element in a GroupTemplate element. The TemplateAlias attribute is used to size and position controls within a group when a template is applied to the group.

If you use standard templates from GroupTemplateLibrary, or your own templates with single section, you can leave this field blank to use first alias of the template.

For inner controls (for instance, inside SplitButton control) this field is ignored.

Top
See Also