Search Results for

    Show / Hide Table of Contents

    Class RibbonGroupLayoutAttribute

    Auxiliary extension attribute used to setup the layout of a ribbon group.

    Inheritance
    System.Object
    AbstractLayoutAttribute
    RibbonGroupLayoutAttribute
    Implements
    ILocationAware
    Inherited Members
    AbstractLayoutAttribute.LocationByType
    AbstractLayoutAttribute.ZIndex
    AbstractLayoutAttribute.IsSeparator
    AbstractLayoutAttribute.Name
    AbstractLayoutAttribute.DisplayType
    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.

    Implements

    ILocationAware

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • RibbonGroupLayoutAttribute()
      • RibbonGroupLayoutAttribute(Type)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX