Class RibbonGroupLayoutAttribute
Auxiliary extension attribute used to setup the layout of a ribbon group.
Implements
Inherited Members
Namespace: Sdl.Desktop.IntegrationApi.Extensions
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class RibbonGroupLayoutAttribute : AbstractLayoutAttribute, ILocationAware
Constructors
RibbonGroupLayoutAttribute()
Default constructor for XML serialization.
Declaration
public RibbonGroupLayoutAttribute()
RibbonGroupLayoutAttribute(Type)
Initialize the instance of the attribute using a specific location.
Declaration
public RibbonGroupLayoutAttribute(Type locationType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | locationType | The location of the ribbon group. |