Enum CustomColumnLocation
Location of a custom column relative to the main content of an edit control.
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public enum CustomColumnLocation
Remarks
Fields
| Name | Description |
|---|---|
| LeftOfContent | The column should appear to the left of the main content in the edit control. |
| RightOfContent | The column should appear to the right of the main content in the edit control. |