Class AbstractLocation
Base class for defining a location
Inheritance
Object
AbstractLocation
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.Extensions.Internal
Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
Syntax
public abstract class AbstractLocation
Constructors
AbstractLocation()
Base class for defining a location
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 |
---|---|
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 |
---|---|
String |
IsSeparator
Base class for defining a location
Declaration
public bool IsSeparator { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
String |
TargetAttributeType
The target extension attribute type
Declaration
public abstract Type TargetAttributeType { get; }
Property Value
Type | Description |
---|---|
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 |
---|---|
UInt32 |