Class StudioDefaultRibbonTabs.AddinsRibbonTabLocation
The location of the Add-ins ribbon tab.
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Desktop.IntegrationApi.DefaultLocations
Assembly: Sdl.Desktop.IntegrationApi.dll
Syntax
public sealed class AddinsRibbonTabLocation : AbstractLocation
Constructors
AddinsRibbonTabLocation()
The location of the Add-ins ribbon tab.
Declaration
public AddinsRibbonTabLocation()
Properties
InsertAfter
The ribbon group which is after
Declaration
public override string InsertAfter { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
InsertBefore
The ribbon group which is before
Declaration
public override string InsertBefore { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Path
The path to the Add-Ins tab location
Declaration
public override string Path { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
TargetAttributeType
The target extension attribute type
Declaration
public override Type TargetAttributeType { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
Remarks
Used by the integration API (which is not using custom location attributes for UI elements) to locate the target element.