Class TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation
The location of the Review ribbon tab from the Editor View.
Implements
ILocation
Inherited Members
Namespace: Sdl.TranslationStudioAutomation .IntegrationApi .Presentation.DefaultLocations
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public sealed class TranslationStudioDefaultRibbonTabs.EditorReviewRibbonTabLocation : ILocation
Constructors
EditorReviewRibbonTabLocation()
Declaration
public EditorReviewRibbonTabLocation()
Properties
InsertAfter
The ribbon group which is after
Declaration
public string InsertAfter { get; }
Property Value
Type | Description |
---|---|
string |
InsertBefore
The ribbon group which is before
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 home tab 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