Search Results for

    Show / Hide Table of Contents

    Interface IChangeGhostStatusOperation

    Represents an operation that changed the ghost status of a start/end node.

    Inherited Members
    IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor)
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IChangeGhostStatusOperation : IAbstractEditOperation

    Properties

    Node

    The affected start/end node.

    Declaration
    IStartEndNode Node { get; set; }
    Property Value
    Type Description
    IStartEndNode

    StatusBefore

    The ghost status of the start/end node before the change was applied.

    Declaration
    bool StatusBefore { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • Node
      • StatusBefore
    • Extension Methods
    Back to top Generated by DocFX