Search Results for

    Show / Hide Table of Contents

    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

    Used in AddColumn(ICustomColumn, CustomColumnLocation).

    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.

    In this article
    • Fields
    Back to top Generated by DocFX