Search Results for

    Show / Hide Table of Contents

    Class TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation

    The location of the context menu for the projects from the projects view.

    Inheritance
    object
    TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation
    Implements
    ILocation
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
    Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
    Syntax
    public sealed class TranslationStudioDefaultContextMenus.ProjectsContextMenuLocation : ILocation

    Constructors

    ProjectsContextMenuLocation()

    Declaration
    public ProjectsContextMenuLocation()

    Properties

    InsertAfter

    The name of the context menu item after which the current item should appear

    Declaration
    public string InsertAfter { get; }
    Property Value
    Type Description
    string

    InsertBefore

    The name of the context menu item before which the current item should appear

    Declaration
    public string InsertBefore { get; }
    Property Value
    Type Description
    string

    IsSeparator

    Marks the location as a separator - not used

    Declaration
    public bool IsSeparator { get; set; }
    Property Value
    Type Description
    bool

    Path

    The path to the editor context menu location

    Declaration
    public string Path { get; }
    Property Value
    Type Description
    string

    TargetAttributeType

    The target extension attribute type

    Declaration
    public Type TargetAttributeType { get; }
    Property Value
    Type Description
    Type
    Remarks

    Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.

    ZIndex

    Order of the ribbon tab - not used

    Declaration
    public uint ZIndex { get; set; }
    Property Value
    Type Description
    uint

    Implements

    Sdl.Platform.Interfaces.CommandBars.ILocation

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • ProjectsContextMenuLocation()
    • Properties
      • InsertAfter
      • InsertBefore
      • IsSeparator
      • Path
      • TargetAttributeType
      • ZIndex
    • Implements
    • Extension Methods
    Back to top Generated by DocFX