Class TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation
The location of the context menu for the active document from the editor view.
Inheritance
Object
TranslationStudioDefaultContextMenus.EditorDocumentSpellcheckContextMenuLocation
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.TranslationStudioAutomation.IntegrationApi.Presentation.DefaultLocations
Assembly: Sdl.TranslationStudioAutomation.IntegrationApi.dll
Syntax
public sealed class EditorDocumentSpellcheckContextMenuLocation : AbstractLocation
Constructors
EditorDocumentSpellcheckContextMenuLocation()
The location of the context menu for the active document from the editor view.
Declaration
public EditorDocumentSpellcheckContextMenuLocation()
Properties
InsertAfter
The name of the context menu item after which the current item should appear
Declaration
public override string InsertAfter { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
InsertBefore
The name of the context menu item before which the current item should appear
Declaration
public override string InsertBefore { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Path
The path to the editor context menu 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.