Click or drag to resize
RibbonDefinition Class
Base class for all other definitions
Inheritance Hierarchy

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

The RibbonDefinition type exposes the following members.

Fields
  NameDescription
Public fieldId

Element identifier. It is required for every Ribbon element.

Please, do not include namespace! Namespace is calculated automatically from parent elements' ids. Dots ('.') are not allowed within the Id.

Top
See Also