Class AbstractLocation
Base class for defining a location
Inheritance
System.Object
AbstractLocation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
public abstract class AbstractLocation
Constructors
AbstractLocation()
Declaration
protected AbstractLocation()
Properties
InsertAfter
The id of the command bar item after which this plug-in item should be inserted.
Declaration
public abstract string InsertAfter { get; }
Property Value
Type | Description |
---|---|
System.String |
InsertBefore
The id of the command bar item before which this plug-in item should be inserted.
Declaration
public abstract string InsertBefore { get; }
Property Value
Type | Description |
---|---|
System.String |
IsSeparator
Declaration
public bool IsSeparator { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Path
Gets or sets the command bar path at which to insert the plug-in item.
Declaration
public abstract string Path { get; }
Property Value
Type | Description |
---|---|
System.String |
TargetAttributeType
The target extension attribute type
Declaration
public abstract Type TargetAttributeType { get; }
Property Value
Type | Description |
---|---|
System.Type |
ZIndex
Used internaly for defining and sorting the position of the UI integrated elements
Declaration
public uint ZIndex { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |